Fix: back button
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user