update uses of focusInput()
This commit is contained in:
parent
cea86aee43
commit
2c6f302cfb
4 changed files with 6 additions and 6 deletions
|
|
@ -290,7 +290,7 @@ pandora.ui.accountForm = function(action, value) {
|
|||
? pandora.autovalidateUsername : pandora.autovalidateEmail,
|
||||
validate: pandora.validateUser(selected, true),
|
||||
value: ''
|
||||
}).focusInput();
|
||||
}).focusInput(true);
|
||||
that.$element.find('.OxFormMessage:visible').html('').hide();
|
||||
pandora.$ui.accountDialog.disableButton('submitReset');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue