Switch to Absolute Links Everywhere

This commit is contained in:
Leo Herzog
2020-11-17 15:14:08 -05:00
parent 9e53b06dd0
commit 58f559ff78
5 changed files with 9 additions and 9 deletions

View File

@@ -37992,7 +37992,7 @@ function start() {
example3.addEventListener('click', async function(event) {
event.preventDefault();
notyf.success("Parsing Jack Johnson Archive.org Torrent File");
let response = await fetch("jj2008-06-14.mk4_archive.torrent");
let response = await fetch("/ext/jj2008-06-14.mk4_archive.torrent");
let arrayBuffer = await response.arrayBuffer();
parse(Buffer.from(arrayBuffer));
});

2
bin/bundle.min.js vendored

File diff suppressed because one or more lines are too long