Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
changes script location to div(game)
  • Loading branch information
Zzza38 authored Feb 5, 2024
1 parent 4f654d4 commit e53bb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
var script = document.createElement("script");
script.type = 'text/javascript';
script.src = 'mod.js';
document.getElementsByTagName("head")[0].appendChild(script);
document.getElementById('game')[0].appendChild(script);
return false;
}

Expand Down

0 comments on commit e53bb0f

Please sign in to comment.