nodemon, fix small issues

This commit is contained in:
AlecM33
2021-12-28 15:16:28 -05:00
parent 15624f28bc
commit 3e2b503ad2
14 changed files with 173 additions and 127 deletions

View File

@@ -141,6 +141,7 @@ function processGameState (currentGameState, userId, socket, gameStateRenderer,
}
break;
case globals.STATUS.ENDED:
document.querySelector("#end-game-prompt")?.remove();
let container = document.getElementById("game-state-container")
container.innerHTML = templates.END_OF_GAME_VIEW;
container.classList.add('vertical-flex');