http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9580
--- Comment #57 from Jonathan Druart <[email protected]> --- Comment on attachment 33201 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33201 Bug 9580 Cover images from Coce, a remote image URL cache Review of attachment 33201: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9580&attachment=33201) ----------------------------------------------------------------- Frédéric, Mark, Lazily I tried with your host (coce.tamil.fr:8080), but it does not work. It seems that the browser blocks the request to other servers, which seems logical. Could you confirm or infirm that this worked for you? ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt @@ +1,1 @@ > +[% USE Koha %] Why do you added this line in this file (and not in shelfbrowser.inc)? ::: koha-tmpl/opac-tmpl/bootstrap/js/coce.js @@ +31,5 @@ > + var url = urlPerID[id]; > + $("[id^=coce-thumbnail]."+id).each(function() { > + var img = document.createElement("img"); > + img.src = url; > + img.title = url; //FIXME: to delete Should be removed? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
