From 24a736b316a9c72982b40619bcad479d7177e40c Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 1 Sep 2011 07:08:24 +0000 Subject: [PATCH] support GET --- chrome/content/zotero/xpcom/server_connector.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js index b6f7ee4a1..ab1a9cf93 100755 --- a/chrome/content/zotero/xpcom/server_connector.js +++ b/chrome/content/zotero/xpcom/server_connector.js @@ -512,8 +512,7 @@ Zotero.Server.Connector.Ping.prototype = { Zotero.Server.Connector.IEHack = function() {}; Zotero.Server.Endpoints["/connector/ieHack"] = Zotero.Server.Connector.IEHack; Zotero.Server.Connector.IEHack.prototype = { - "supportedMethods":["POST"], - "supportedDataTypes":["application/json"], + "supportedMethods":["GET"], /** * Finishes up translation when item selection is complete