Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc committed Aug 19, 2024
1 parent 3586274 commit 5989b69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@
menu.style.display = menu.style.display === "none" ? "block" : "none";
}
</script>
<script src="clinker.js"></script>
<script type="text/javascript" src="filenames.js"></script>

<script>
var select = document.getElementById("inputfile"),
arr = filenames
Expand All @@ -290,5 +290,7 @@
};

</script>
<script src="clinker.js"></script>

</body>
</html>

0 comments on commit 5989b69

Please sign in to comment.