Fix: return to main_menu.html not to menu

This commit is contained in:
2019-08-20 10:11:00 +09:00
parent 6dd9a8aa5b
commit 6c648b65b4
11 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ var Game = {
back: function() {
sessionStorageManager.resetPlayingAppData();
location.href = '../../web/client/menu_app.html';
location.href = '../../web/client/main_menu.html';
},
/*
+1 -1
View File
@@ -81,7 +81,7 @@ var Game = {
back: function() {
sessionStorageManager.resetPlayingAppData();
location.href = '../../web/client/menu_app.html';
location.href = '../../web/client/main_menu.html';
},
countDown: function() {
+1 -1
View File
@@ -118,7 +118,7 @@ var Game = {
back: function() {
sessionStorageManager.resetPlayingAppData();
location.href = '../../web/client/menu_app.html';
location.href = '../../web/client/main_menu.html';
},
/*
+1 -1
View File
@@ -108,7 +108,7 @@ var Game = {
back: function() {
sessionStorageManager.resetPlayingAppData();
location.href = '../../web/client/menu_app.html';
location.href = '../../web/client/main_menu.html';
},
+1 -1
View File
@@ -95,7 +95,7 @@ var Game = {
back: function() {
sessionStorageManager.resetPlayingAppData();
location.href = '../../web/client/menu_app.html';
location.href = '../../web/client/main_menu.html';
},
initListeners: function() {