Compare commits

..

No commits in common. "3d663fb5d61088327d9226a6bd5b1bf49b01c2eb" and "759f654a0d9e1c2371d2a4ae1df8064d74f8d805" have entirely different histories.

View File

@ -17,7 +17,7 @@
adaptGuess: false, adaptGuess: false,
googleLink: null, googleLink: null,
readyToContinue: true, readyToContinue: false,
timeoutEnd: null, timeoutEnd: null,
countdownHandler: null, countdownHandler: null,
@ -97,8 +97,6 @@
}, },
initialize: function (data) { initialize: function (data) {
Game.readyToContinue = false;
if (data.history.length === 0 && !data.place) { if (data.history.length === 0 && !data.place) {
var div = document.getElementById('players'); var div = document.getElementById('players');