www

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

commit f326fb2aadf7556ee1e1f5774ecf8a2927cadb78
parent c107fcf18ad4702f151662fccd363158915fc90c
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue,  1 Feb 2011 06:31:34 +0000

change back pref key


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -586,7 +586,7 @@ var Zotero = new function(){ // Initialize various services Zotero.Integration.init(); - if(Zotero.Prefs.get("httpServer.enabled")) { + if(Zotero.Prefs.get("connector.enabled")) { Zotero.Server.init(); }