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
@@ -118,7 +118,7 @@ var Game = {
back: function() {
sessionStorageManager.resetPlayingAppData();
location.href = '../../web/client/menu_app.html';
location.href = '../../web/client/main_menu.html';
},
/*