From 657df94a3c40f0bb79d0f69938b5bf23a85c2719 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: Sun, 8 Sep 2019 11:14:33 +0900 Subject: [PATCH] Fix: go to main_menu.html not to menu.html --- src/game/login/login.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/login/login.js b/src/game/login/login.js index 74024cc..b078706 100644 --- a/src/game/login/login.js +++ b/src/game/login/login.js @@ -165,7 +165,8 @@ var Login = { sessionStorageManager.setPlayerAccountType(jsonData['PlayerAccountType']); sessionStorageManager.setPlayingAppName("menu"); - location.href = '../../web/client/menu_app.html'; + // location.href = '../../web/client/menu_app.html'; + location.href = '../../web/client/main_menu.html'; // console.log("===== after login ====="); // console.log(sessionStorageManager.playerID);