From 970c31709525e9fb908612159c71256e7d526038 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 6 Jul 2010 17:39:13 +0000 Subject: [PATCH] Comment out init() call for Zotero.Connector, which hasn't yet been committed --- chrome/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 index 6eeafc18c4..d48bce5784 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -410,7 +410,7 @@ var Zotero = new function(){ // Initialize various services Zotero.Integration.init(); - Zotero.Connector.init(); + //Zotero.Connector.init(); Zotero.Zeroconf.init();