@@ -, +, @@ for single-pixel images - CoceHost = https://coce.mykoha.co.nz - CoceProviders = Select all - OpacCoce = Enable --- koha-tmpl/opac-tmpl/bootstrap/js/coce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/js/coce.js +++ a/koha-tmpl/opac-tmpl/bootstrap/js/coce.js @@ -36,7 +36,7 @@ KOHA.coce = { img.onload = function() { // image dimensions can't be known until image has loaded if (img.height == 1 && img.width == 1) { - $(this).closest(".coce-coverimg").remove(); + $(this).closest("#coce-coverimg").remove(); } }; $(this).attr('href', url); --