working on issues with tabbed dialogs and URLs

This commit is contained in:
rolux 2011-11-08 12:53:42 +00:00
commit 4a4a8c7ed9
2 changed files with 4 additions and 3 deletions

View file

@ -291,7 +291,7 @@ pandora.ui.accountForm = function(action, value) {
validate: pandora.validateUser(selected, true),
value: ''
}).focusInput();
//setTimeout(that.submit, 250);
that.$element.find('.OxFormMessage:visible').html('').hide();
pandora.$ui.accountDialog.disableButton('submitReset');
}
}),