update uses of focusInput()

This commit is contained in:
rolux 2011-12-18 15:14:31 +05:30
commit 2c6f302cfb
4 changed files with 6 additions and 6 deletions

View file

@ -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');
}