www

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

commit 24a736b316a9c72982b40619bcad479d7177e40c
parent 6fe0ea6a90e6b6a824502d766a4664855bbe7c36
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu,  1 Sep 2011 07:08:24 +0000

support GET


Diffstat:
Mchrome/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 @@ -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