diff --git a/chrome/content/zotero/xpcom/storage/mode.js b/chrome/content/zotero/xpcom/storage/mode.js index 303c517e7..472b6a101 100644 --- a/chrome/content/zotero/xpcom/storage/mode.js +++ b/chrome/content/zotero/xpcom/storage/mode.js @@ -74,8 +74,8 @@ Zotero.Sync.Storage.Mode.prototype.checkServerCallback = function (uri, status, return this._checkServerCallback(uri, status, window, skipSuccessMessage); } -Zotero.Sync.Storage.Mode.prototype.cacheCredentials = function (callback) { - return this._cacheCredentials(callback); +Zotero.Sync.Storage.Mode.prototype.cacheCredentials = function () { + return this._cacheCredentials(); } Zotero.Sync.Storage.Mode.prototype.purgeDeletedStorageFiles = function (callback) {