https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39223 Michał <schodkowy.omegi-0r@icloud.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=35402 --- Comment #1 from Michał <schodkowy.omegi-0r@icloud.com> --- Problem and solution found: in 24.11, for Bootstrap update, `data-toggle` was changed to `data-bs-toggle`. However, `data-target` was not changed to `data-bs-target`. After changing that in inspector of web tools, it works again. The `data-target` is added in browse.js separately from the .tt template, so it was missed during the HTML refactoring. -- You are receiving this mail because: You are watching all bug changes.