commit 9c366a4bcbec60627a8522dc2cd383359b77ec92
parent a3108335f39efbd358258b8024d046e8c7aa6187
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 30 Aug 2010 18:38:32 +0000
Clear Commons credentials on disable
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js
@@ -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();
}
}