@@ -, +, @@ --------- preferences 'OpenLibraryCovers' set to 'Add', and 'OpenLibrarySearch' set to 'Show'. -- Your browser console log will show messages about mixed content. again. -- no mixed content messages should be given --- koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js +++ a/koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js @@ -25,7 +25,7 @@ KOHA.OpenLibrary = new function() { var scriptElement = document.createElement("script"); scriptElement.setAttribute("id", "jsonScript"); scriptElement.setAttribute("src", - "http://openlibrary.org/api/books?bibkeys=" + escape(bibkeys) + + "https://openlibrary.org/api/books?bibkeys=" + escape(bibkeys) + "&callback=KOHA.OpenLibrary.olCallBack&jscmd=data"); scriptElement.setAttribute("type", "text/javascript"); document.documentElement.firstChild.appendChild(scriptElement); --