mirror of
https://github.com/simon987/bingo.git
synced 2025-12-15 00:09:18 +00:00
Update net.js
This commit is contained in:
@@ -83,7 +83,7 @@ function initNet() {
|
||||
document.getElementById("create-user").style.display = "none";
|
||||
|
||||
localStorage.setItem("oid", msg.oid)
|
||||
document.title = msg.oid
|
||||
document.title = ROOM
|
||||
|
||||
if (msg.state === "CREATING") {
|
||||
createGameModal();
|
||||
|
||||
Reference in New Issue
Block a user