commit 0a89a787a37f440cfb92193d0d5764819ea86937 parent ab4c2f247d4acdc070123a327a45269ed9f0c407 Author: Simon Kornblith <simon@simonster.com> Date: Mon, 6 Aug 2012 02:04:52 -0400 Merge branch '3.0' Diffstat:
| M | chrome/content/zotero/xpcom/server_connector.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/server_connector.js b/chrome/content/zotero/xpcom/server_connector.js @@ -637,7 +637,7 @@ Zotero.Server.Connector.IEHack.prototype = { "init":function(postData, sendResponseCallback) { sendResponseCallback(200, "text/html", '<!DOCTYPE html><html><head>'+ - '<script src="https://www.zotero.org/bookmarklet/ie_compat.js"></script>'+ + '<script src="https://www.zotero.org/bookmarklet/common_ie.js"></script>'+ '<script src="https://www.zotero.org/bookmarklet/ie_hack.js"></script>'+ '</head><body></body></html>'); }