Fix focusing of WebDAV password field on verification auth failure

This commit is contained in:
Dan Stillman 2013-02-19 05:01:37 -05:00
parent dba00c7cea
commit 918cb2ef1b

View file

@ -397,8 +397,8 @@ function verifyStorageServer() {
case Zotero.Sync.Storage.ERROR_NO_PASSWORD:
case Zotero.Sync.Storage.ERROR_AUTH_FAILED:
onDone = function () {
passwordField.focus;
}
passwordField.focus();
};
break;
}