mirror of https://github.com/dirtbags/moth.git
Embedding concat.js into all puzzles to fix issue with not being loaded in some puzzles
This commit is contained in:
parent
234ebc8224
commit
db65be27e4
|
@ -6,6 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" href="images/luna-moth.svg" type="image/svg+xml">
|
||||
<link rel="icon" href="images/luna-moth.png" type="image/png">
|
||||
<script src="res/concat.js"></script>
|
||||
<script>
|
||||
function init() {
|
||||
let params = new URLSearchParams(window.location.search);
|
||||
|
|
Loading…
Reference in New Issue