Index: umc/js/setup.js =================================================================== --- umc/js/setup.js (Revision 53215) +++ umc/js/setup.js (Arbeitskopie) @@ -363,13 +363,9 @@ load: function() { // get settings from server - this.standby(true); - return this.umcpCommand('setup/load').then(lang.hitch(this, function(data) { + return this.standbyDuring(this.umcpCommand('setup/load')).then(lang.hitch(this, function(data) { // update setup pages with loaded values this.setValues(data.result); - this.standby(false); - }), lang.hitch(this, function() { - this.standby(false); })); }, @@ -501,7 +497,7 @@ }; // function to locally validate the pages - var _localValidation = function() { + var _localValidation = lang.hitch(this, function() { var allValid = true; var validationMessage = '

' + _('The following entries could not be validated:') + '