Skip to content
Snippets Groups Projects
Unverified Commit 40b48e30 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Move js to a more innocent looking path

parent ae913eef
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
document.getElementById("goback").classList.remove("is-invisible") document.getElementById("goback").classList.remove("is-invisible")
} }
</script> </script>
<script src="cdnjs.cloudflare.com/fuse.js@6.4.6.js"></script> <script src="js/fuse.js@6.4.6.js"></script>
<script> <script>
async function addFuzzySearch() { async function addFuzzySearch() {
const vanityMap = await (await fetch("./vanitymap.json")).json() const vanityMap = await (await fetch("./vanitymap.json")).json()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment