mirror of
https://github.com/simon987/bingo.git
synced 2025-04-10 13:56:42 +00:00
Update net.js
This commit is contained in:
parent
81c3a647f9
commit
6295ffb6de
@ -83,7 +83,7 @@ function initNet() {
|
|||||||
document.getElementById("create-user").style.display = "none";
|
document.getElementById("create-user").style.display = "none";
|
||||||
|
|
||||||
localStorage.setItem("oid", msg.oid)
|
localStorage.setItem("oid", msg.oid)
|
||||||
document.title = msg.oid
|
document.title = ROOM
|
||||||
|
|
||||||
if (msg.state === "CREATING") {
|
if (msg.state === "CREATING") {
|
||||||
createGameModal();
|
createGameModal();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user