Fix: return to main_menu.html not to menu
This commit is contained in:
@@ -118,7 +118,7 @@ var Game = {
|
||||
|
||||
back: function() {
|
||||
sessionStorageManager.resetPlayingAppData();
|
||||
location.href = '../../web/client/menu_app.html';
|
||||
location.href = '../../web/client/main_menu.html';
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user