[Koha-bugs] [Bug 31228] Fix Coce JavaScript to hide single-pixel cover images in both the staff client detail and results pages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Aug 13 10:15:23 CEST 2022


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #8 from Fridolin Somers <fridolin.somers at biblibre.com> ---
I see results.js contains :
  if( div.hasClass("coce-coverimg") ){

Would be better to use this instead of :
  else if( div.attr("class") == "cover-image coce-coverimg" ){

No ?

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


More information about the Koha-bugs mailing list