Fix focusing of WebDAV password field on verification auth failure
This commit is contained in:
parent
dba00c7cea
commit
918cb2ef1b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue