ie_compat.js -> common_ie.js

This commit is contained in:
Simon Kornblith 2012-08-06 02:04:20 -04:00
parent c57f512aea
commit 2b00819253

View file

@ -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>');
}