Compile
This commit is contained in:
parent
0a9e4ea3f3
commit
2206e940a4
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
||||||
<script type="text/javascript" charset="utf-8" src="app.js"></script>
|
<script type="text/javascript" charset="utf-8" src="app.js"></script>
|
||||||
<script type = text/javascript>
|
<script type = text/javascript>
|
||||||
if(document.location.href.startsWith("file:")) {
|
if(document.location.href.startsWith("file:")) {
|
||||||
alert("Offline Download is not supported yet, please upload all the game files to a HTTP(s) server");
|
alert("Offline Download is not supported, please upload all the game files to a HTTP(s) server");
|
||||||
} else {
|
} else {
|
||||||
window.addEventListener("load", function() {
|
window.addEventListener("load", function() {
|
||||||
window.classicConfig = ["game","resources.mc"];
|
window.classicConfig = ["game","resources.mc"];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user