16 Aug
2022
16 Aug
'22
11:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31217 --- Comment #17 from Alex Buckley <alexbuckley@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.