From d329f005da33689473a7b59fcb3a00ca8dcc9791 Mon Sep 17 00:00:00 2001 From: Jesse McDonald Date: Sun, 29 Mar 2020 20:16:03 -0500 Subject: [PATCH] remove redundant closeNotifications() before setCurrentGame() --- js/pacosako_ui.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/pacosako_ui.js b/js/pacosako_ui.js index 2353ddd..bc90192 100644 --- a/js/pacosako_ui.js +++ b/js/pacosako_ui.js @@ -467,7 +467,6 @@ $(function (){ $(window).removeData('notifyAfter'); } }, 2000); - closeNotifications(); /* this will be the starting state if no data is received from peers */ setCurrentGame(new PS.Game());