Compare commits

..

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

View File

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