Add: setup.html basic
This commit is contained in:
@@ -44,7 +44,10 @@ var MenuApp = {
|
||||
// top ui
|
||||
var screenTopUI = new ScreenTopUI();
|
||||
screenTopUI.makeBackButton( (function() { this.back(); }).bind(this) );
|
||||
screenTopUI.makeSetupButton( (function() { console.log("setup"); }).bind(this) );
|
||||
screenTopUI.makeSetupButton( (function() {
|
||||
console.log("setup");
|
||||
location.href = '../../web/client/setup.html';
|
||||
}).bind(this) );
|
||||
screenTopUI.makeFullScreenButton();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user