diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-18 17:47:12 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-18 17:47:12 +0000 |
commit | 3bfbe688f5a62e29835c7d3c4f282e7fff57949d (patch) | |
tree | 038cd1bf7a72949f7d68358ffd8af59d073ef70a /static | |
parent | f92661980deac22b54e79cd44c25caba17910c95 (diff) | |
download | tour-3bfbe688f5a62e29835c7d3c4f282e7fff57949d.tar.gz tour-3bfbe688f5a62e29835c7d3c4f282e7fff57949d.zip |
Rename
Diffstat (limited to 'static')
-rw-r--r-- | static/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/index.js b/static/index.js index b2e1b45..8d13c63 100644 --- a/static/index.js +++ b/static/index.js @@ -79,7 +79,6 @@ async function loadProgram(js) { /from\s+"\.\/(.+)"/g, `from "${href}precompiled/$1"`, ); - console.log(js1); const js2 = btoa(unescape(encodeURIComponent(js1))); const module = await import("data:text/javascript;base64," + js2); return module.main; |