diff --git a/bin/web/createUser.html b/bin/web/createUser.html index 9666e35f..18ca8787 100644 --- a/bin/web/createUser.html +++ b/bin/web/createUser.html @@ -21,7 +21,7 @@ try{ var response = readBody(xhr); var parsed = JSON.parse(response); - window.external.Boot(parsed.sId, parsed.lobbyHost, parsed.frontierHost); + external.boot(parsed.sId, parsed.lobbyHost, parsed.frontierHost); }catch(err){ document.getElementById("Error").innerHTML = "User creation failed."; } diff --git a/bin/web/index.html b/bin/web/index.html index dd3231e5..c0a333f4 100644 --- a/bin/web/index.html +++ b/bin/web/index.html @@ -2,21 +2,21 @@
- -