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