4 Oct
2024
4 Oct
'24
7:56 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33478 --- Comment #199 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Hmm, I also don't understand the regular expression here use to map the styles to the specific notices. `slip.style.replace('[^{]+{', '#slip_' _ slip.id _ ' {')` This will replace all selectors with '#slip_ID'.. so you're selectors will just get nuked and thus the whole notice will be formatted with one style? I found this whilst trying to get styles to properly apply on bug 33260 -- You are receiving this mail because: You are watching all bug changes.