Embedding concat.js into all puzzles to fix issue with not being loaded in some puzzles

This commit is contained in:
John Donaldson 2018-10-02 09:15:46 -05:00
parent 234ebc8224
commit db65be27e4
1 changed files with 1 additions and 0 deletions

View File

@ -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);