Clear Commons credentials on disable
This commit is contained in:
parent
a3108335f3
commit
9c366a4bcb
1 changed files with 2 additions and 0 deletions
|
@ -1393,6 +1393,8 @@ Zotero.Prefs = new function(){
|
|||
}
|
||||
else if (commonsEnable == 'false') {
|
||||
Zotero.Commons.enabled = false;
|
||||
Zotero.Commons.accessKey = '';
|
||||
Zotero.Commons.secretKey = ''
|
||||
ZoteroPane.collectionsView.refresh();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue