Use ZOTERO_CONFIG for bookmarklet URL
This commit is contained in:
parent
6778d06ae7
commit
142a48b132
|
@ -624,8 +624,8 @@ Zotero.Server.Connector.IEHack.prototype = {
|
||||||
"init":function(postData, sendResponseCallback) {
|
"init":function(postData, sendResponseCallback) {
|
||||||
sendResponseCallback(200, "text/html",
|
sendResponseCallback(200, "text/html",
|
||||||
'<!DOCTYPE html><html><head>'+
|
'<!DOCTYPE html><html><head>'+
|
||||||
'<script src="https://www.zotero.org/bookmarklet/common_ie.js"></script>'+
|
'<script src="'+ZOTERO_CONFIG.BOOKMARKLET_URL+'common_ie.js"></script>'+
|
||||||
'<script src="https://www.zotero.org/bookmarklet/ie_hack.js"></script>'+
|
'<script src="'+ZOTERO_CONFIG.BOOKMARKLET_URL+'ie_hack.js"></script>'+
|
||||||
'</head><body></body></html>');
|
'</head><body></body></html>');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user