diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index a0b5dc92f..b84de1b75 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -1394,7 +1394,7 @@ Zotero.Prefs = new function(){ else if (commonsEnable == 'false') { Zotero.Commons.enabled = false; Zotero.Commons.accessKey = ''; - Zotero.Commons.secretKey = '' + Zotero.Commons.secretKey = ''; ZoteroPane.collectionsView.refresh(); } }