commit 2b00819253f3c29ce5604d2aa0b767d0aaa35b19
parent c57f512aea43abb7941d82defe2a6f8b19c839f6
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 6 Aug 2012 02:04:20 -0400
ie_compat.js -> common_ie.js
Diffstat:
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
@@ -504,7 +504,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>');
}