Use ZOTERO_CONFIG for bookmarklet URL

This commit is contained in:
Simon Kornblith 2013-04-07 18:48:18 -04:00
parent 6778d06ae7
commit 142a48b132

View file

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