https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38440 Bug ID: 38440 Summary: dt_button_clear_filter handling outside of datatables.js not needed Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org Depends on: 36640 This looks wrong: koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt: $(".dt_button_clear_filter").addClass("disabled"); koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt: $(".dt_button_clear_filter").removeClass("disabled"); koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt: $(".dt_button_clear_filter").addClass("disabled"); koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt: $(".dt_button_clear_filter").removeClass("disabled"); koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt: $(".dt_button_clear_filter").on("click", function(){ Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36640 [Bug 36640] Upgrade DataTables from 1.13.6 to 2.x -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.