www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4524115bf41008a2a236aa5872e073034a0c1444
parent 005375cc3358e63e75d918e171a25a7104f8f91f
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  8 Aug 2008 19:41:58 +0000

Disable tag cloud by default


Diffstat:
Mdefaults/preferences/zotero.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaults/preferences/zotero.js b/defaults/preferences/zotero.js @@ -36,7 +36,7 @@ pref("extensions.zotero.lastRenameAssociatedFile", false); pref("extensions.zotero.lastViewedFolder", 'L'); //Tag Cloud -pref("extensions.zotero.tagCloud", true); +pref("extensions.zotero.tagCloud", false); // Keyboard shortcuts pref("extensions.zotero.keys.overrideGlobal", false);