From 90b3748c0f008c948025121787ab01033fb2f056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Thu, 20 Dec 2018 18:25:02 +0900 Subject: [PATCH] Fix: remove sessionStorageManager.resetAllAppData() for entering timer shortcut --- src/game/license_timer/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/license_timer/login.js b/src/game/license_timer/login.js index 70468f8..3246324 100644 --- a/src/game/license_timer/login.js +++ b/src/game/license_timer/login.js @@ -1,7 +1,7 @@ var Login = { create: function() { - sessionStorageManager.resetAllAppData(); + // sessionStorageManager.resetAllAppData(); this.game.stage.backgroundColor = '#4d4d4d'; this.textStyle = { font: "bold 32px Arial", fill: "#fff", align: "right", boundsAlignH: "right", boundsAlignV: "middle" };