Missing semicolon
This commit is contained in:
parent
9c366a4bcb
commit
6ba90d53b3
1 changed files with 1 additions and 1 deletions
|
@ -1394,7 +1394,7 @@ Zotero.Prefs = new function(){
|
||||||
else if (commonsEnable == 'false') {
|
else if (commonsEnable == 'false') {
|
||||||
Zotero.Commons.enabled = false;
|
Zotero.Commons.enabled = false;
|
||||||
Zotero.Commons.accessKey = '';
|
Zotero.Commons.accessKey = '';
|
||||||
Zotero.Commons.secretKey = ''
|
Zotero.Commons.secretKey = '';
|
||||||
ZoteroPane.collectionsView.refresh();
|
ZoteroPane.collectionsView.refresh();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue