This commit is contained in:
Mahdi Dibaiee 2017-04-04 22:35:29 +04:30
parent bd77c0ba5f
commit 8fc1b92639

View File

@ -519,7 +519,7 @@ function newGame() {
if (!playing) return;
var state = states[i];
if (state.lost || !state) {
if (!state || state.lost) {
$(".animated").css('animation-play-state', 'paused');
$(".animated").css('-webkit-animation-play-state', 'paused');