Compare commits

..

No commits in common. "fc9eb183f1067bbf323db5e7234eff7ba020502d" and "ace490b7e9e0aaf4212042b9fb252573aaa70184" have entirely different histories.

View File

@ -520,7 +520,7 @@
scoreInfo.children[1].style.display = 'block'; scoreInfo.children[1].style.display = 'block';
document.getElementById('showSummaryButton').style.display = null; document.getElementById('showSummaryButton').style.display = null;
if (!roomId || Game.multi.owner) { if (!room || Game.multi.owner) {
document.getElementById('startNewGameButton').style.display = 'block'; document.getElementById('startNewGameButton').style.display = 'block';
} }