Fix password box focus issue in Firefox 9 for WebUI

This commit is contained in:
Calum Lind 2012-01-06 13:54:24 +00:00
parent e8eb7a33f0
commit 7d7e3fad1e
1 changed files with 1 additions and 1 deletions

View File

@ -148,6 +148,6 @@ Deluge.LoginWindow = Ext.extend(Ext.Window, {
},
onShow: function() {
this.passwordField.focus(true, true);
this.passwordField.focus(true, 100);
}
});