close prior notifications when updating game state
This commit is contained in:
parent
1f0442cadb
commit
d5b3594e57
|
|
@ -368,6 +368,8 @@ $(function (){
|
|||
}
|
||||
|
||||
function setCurrentGame(game, animate) {
|
||||
closeNotifications();
|
||||
|
||||
currentGame = game;
|
||||
setVisibleGame(game, animate);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue