https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31217
Bug ID: 31217
Summary: Fix Coce JavaScript to hide single-pixel cover images
in the OPAC lightbox gallery
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: OPAC
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
The shift to using a lightbox gallery to display cover images in the detail
pages of the OPAC has stopped Coce from hiding 1-pixel cover images.
This line (
https://github.com/Koha-Community/Koha/blob/0177b88eb33d398da4eb5ffb6344226930c3346b/koha-tmpl/opac-tmpl/bootstrap/js/coce.js#L39
) should hide the coce-coverimg box from the OPAC for 1-pixel images.
However, coce-coverimg is an id, not a class, in the OPAC detail page,
therefore, this JavaScript does not hide anything in the OPAC.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/