diff --git a/src/game/setup/setup.js b/src/game/setup/setup.js index a2b4059..3009f99 100644 --- a/src/game/setup/setup.js +++ b/src/game/setup/setup.js @@ -26,7 +26,8 @@ var Setup = { // top ui var screenTopUI = new ScreenTopUI(); - screenTopUI.makeHomeButton( (function() { this.back(); }).bind(this) ); + // screenTopUI.makeHomeButton( (function() { this.back(); }).bind(this) ); + screenTopUI.makeBackButton( (function() { this.back(); }).bind(this) ); screenTopUI.makeFullScreenButton(); @@ -57,8 +58,9 @@ var Setup = { }, back: function() { - sessionStorageManager.clear(); - location.href = '../../web/main/index.html'; + // sessionStorageManager.clear(); + // location.href = '../../web/main/index.html'; + location.href = '../../web/client/menu_app.html'; }, makeMaestroNameText: function(x, y) {