Missing semicolon

This commit is contained in:
Dan Stillman 2010-08-30 18:39:04 +00:00
parent 9c366a4bcb
commit 6ba90d53b3

View File

@ -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();
}
}