From 142a48b132beafa8b0fbfcce43e6183146fa5fa9 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sun, 7 Apr 2013 18:48:18 -0400 Subject: [PATCH] Use ZOTERO_CONFIG for bookmarklet URL --- chrome/content/zotero/xpcom/server_connector.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js index 1e3a2cd23c..402426e7f9 100644 --- a/chrome/content/zotero/xpcom/server_connector.js +++ b/chrome/content/zotero/xpcom/server_connector.js @@ -624,8 +624,8 @@ Zotero.Server.Connector.IEHack.prototype = { "init":function(postData, sendResponseCallback) { sendResponseCallback(200, "text/html", ''+ - ''+ - ''+ + ''+ + ''+ ''); } }