ie_compat.js -> common_ie.js
This commit is contained in:
parent
c57f512aea
commit
2b00819253
1 changed files with 1 additions and 1 deletions
|
@ -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>');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue