Merge pull request #441 from coreos-inc/ersetupimprove
ER setup improvements
This commit is contained in:
commit
0823ba5c46
8 changed files with 37 additions and 23 deletions
|
@ -228,9 +228,7 @@ angular.module("core-config-setup", ['angularFileUpload'])
|
|||
box.find("input").focus();
|
||||
box.find("form").submit(function() {
|
||||
if (!$('#validatePassword').val()) { return; }
|
||||
|
||||
box.modal('hide');
|
||||
verifyNow();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Reference in a new issue