remove redundant closeNotifications() before setCurrentGame()
This commit is contained in:
parent
864f320b41
commit
d329f005da
|
|
@ -467,7 +467,6 @@ $(function (){
|
||||||
$(window).removeData('notifyAfter');
|
$(window).removeData('notifyAfter');
|
||||||
}
|
}
|
||||||
}, 2000);
|
}, 2000);
|
||||||
closeNotifications();
|
|
||||||
|
|
||||||
/* this will be the starting state if no data is received from peers */
|
/* this will be the starting state if no data is received from peers */
|
||||||
setCurrentGame(new PS.Game());
|
setCurrentGame(new PS.Game());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue