From 6ba90d53b3d64811a2f7a25873f00b4a1191af9b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 30 Aug 2010 18:39:04 +0000 Subject: [PATCH] Missing semicolon --- chrome/content/zotero/xpcom/zotero.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }