Update index.html
This commit is contained in:
parent
be962a6254
commit
7cd9163855
2
stable-download/web/index.html
vendored
2
stable-download/web/index.html
vendored
|
@ -40,7 +40,7 @@ var q = window.location.search;
|
||||||
if(typeof q === 'string' && q.startsWith("?")) {
|
if(typeof q === 'string' && q.startsWith("?")) {
|
||||||
q = new URLSearchParams(q);
|
q = new URLSearchParams(q);
|
||||||
var s = q.get("server");
|
var s = q.get("server");
|
||||||
if(s) window.minecraftOpts.push(s);
|
if(s) window.eaglercraftOpts.joinServer = s;
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
main();
|
main();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user