Fix: back button

This commit is contained in:
2019-03-15 09:05:18 +09:00
parent 65fd75eb95
commit 55d4723b59
+5 -3
View File
@@ -26,7 +26,8 @@ var Setup = {
// top ui // top ui
var screenTopUI = new ScreenTopUI(); 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(); screenTopUI.makeFullScreenButton();
@@ -57,8 +58,9 @@ var Setup = {
}, },
back: function() { back: function() {
sessionStorageManager.clear(); // sessionStorageManager.clear();
location.href = '../../web/main/index.html'; // location.href = '../../web/main/index.html';
location.href = '../../web/client/menu_app.html';
}, },
makeMaestroNameText: function(x, y) { makeMaestroNameText: function(x, y) {