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