https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32477 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen@koha-suomi.fi --- Comment #3 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Apparently this happens because columns still have attribute "checked=checked" even if class "selected" is removed. Then we do this: if ($(this).prop("checked")) { showColumn(num); } else { hideColumn(num); } So solution could simply be that we need to set checked attributed as false, not just remove class "selected". -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.