Clear Commons credentials on disable

This commit is contained in:
Dan Stillman 2010-08-30 18:38:32 +00:00
parent a3108335f3
commit 9c366a4bcb

View file

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