20 Apr
2026
20 Apr
'26
7:28 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42244 --- Comment #6 from Eric Phetteplace <ephetteplace@cca.edu> --- My logic was that the type error is due to the missing jQuery plugin, not the missing element. Theoretically, if the ILL list is embedded somewhere else which has an #illfilter_status element but not the multiselect plugin, the type error would recur. Why not check for both? if ($.fn.multipleSelect && $("#illfilter_status") { // function body } -- You are receiving this mail because: You are watching all bug changes.