diff --git a/htdocs/js/app.js b/htdocs/js/app.js index 4ba5340..9646046 100644 --- a/htdocs/js/app.js +++ b/htdocs/js/app.js @@ -25,7 +25,7 @@ app.extend({ // receive config from server if (resp.code) { app.showProgress( 1.0, "Waiting for manager server..." ); - setTimeout( function() { load_script( '/api/app/config?callback=app.receiveConfig' ); }, 1000 ); + setTimeout( function() { load_script( '/api/app/config' ); }, 1000 ); return; } delete resp.code; diff --git a/htdocs/js/pages/Login.class.js b/htdocs/js/pages/Login.class.js index 5064540..e498976 100644 --- a/htdocs/js/pages/Login.class.js +++ b/htdocs/js/pages/Login.class.js @@ -31,8 +31,6 @@ Class.subclass( Page.Base, "Page.Login", { this.div.css({ 'padding-top':'75px', 'padding-bottom':'75px' }); var html = ''; - // html += ''; - // html += '