From: Owen Leonard Date: Fri, 14 Aug 2020 17:28:22 +0000 (+0000) Subject: Bug 26216: Remove the use of jquery.checkboxes plugin from catalog search results X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=commitdiff_plain;h=af8aa1ad7eb4857a86d395b3833b8040630306b6 Bug 26216: Remove the use of jquery.checkboxes plugin from catalog search results This patch removes the use of jquery.checkboxes plugin from the staff interface catalog search results page. To test, apply the patch and perform a catalog search in the staff interface which will return results. On the search results page test the "Select all" and "Clear all" links at the top of the results. They should work correctly. Signed-off-by: Amit Gupta Signed-off-by: Jonathan Druart --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index 72cd9a0..b8b45d6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -707,7 +707,6 @@ [% INCLUDE 'strings.inc' %] [% Asset.js("js/browser.js") | $raw %] [% Asset.js("lib/hc-sticky.js") | $raw %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% Asset.js("js/coce.js") | $raw %]