[Koha-bugs] [Bug 31217] Fix Coce JavaScript to hide single-pixel cover images in the OPAC lightbox gallery

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 16 23:56:58 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31217

--- Comment #17 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
I have updated this patch so it is consistent with the staff client Coce fix -
bug 31228

Now instead of line 1535 of
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt being:
} else if( div.attr("class") == "cover-image coce-coverimg" ){

I use:
} else if( div.hasClass("coce-coverimg" ) ){

Please let me know if I should remove the signoff lines or change the status of
this bug report :)

Many thanks,
Alex

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list