Compare commits
No commits in common. "145cb5f6379760939ce83c4997028e6a0b87412e" and "6d3f74f911b920f87cd6100d5eea077cce2fd26c" have entirely different histories.
145cb5f637
...
6d3f74f911
@ -12,10 +12,6 @@ html, body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #cccccc;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner, input::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
@ -378,7 +374,6 @@ header>p>span:not(:last-child) {
|
||||
}
|
||||
|
||||
main {
|
||||
background-color: #ffffff;
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
|
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user