https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31228 Bug ID: 31228 Summary: Fix Coce JavaScript to hide single-pixel cover images in both the staff client detail and results pages Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: alexbuckley@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org As reported by Jonathan in bug 31217 koha-tmpl/intranet-tmpl/js/coce.js hides the coce-coverimg class. - In koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt coce-coverimg is a class. - In koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt coce-coverimg is an ID, not a class. As ID's are more specific, coce-coverimg should be changed to an ID in koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt And koha-tmpl/intranet-tmpl/js/coce.js should be changed to: $("#coce-coverimg").remove(); -- You are receiving this mail because: You are watching all bug changes.