www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6ba90d53b3d64811a2f7a25873f00b4a1191af9b
parent 9c366a4bcbec60627a8522dc2cd383359b77ec92
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 30 Aug 2010 18:39:04 +0000

Missing semicolon


Diffstat:
Mchrome/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 @@ -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(); } }