Missing semicolon
This commit is contained in:
parent
9c366a4bcb
commit
6ba90d53b3
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user