From 7ebccffdf129ec3b6b3bc1af88e2af6979e5b6b2 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Wed, 11 Dec 2019 11:10:26 +0000 Subject: [PATCH] Bug 23980: Revert "Bug 23229: Only load ILL table JS when needed" This reverts commit f95749a66bb5dad53fa2cf00224fc38f52c1e788. https://bugs.koha-community.org/show_bug.cgi?id=23980 Signed-off-by: Bernardo Gonzalez Kriegel Fixed commit title, no errors Revised test plan: - Do not apply the patch - View koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt - TEST: Verify that it includes a "jsinclude" block near the bottom of the template - Apply the patch - Re-open the template - TEST: Verify that the "jsinclude" block is now gone Signed-off-by: Nick Clemens --- .../intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index d3f8092081..33c97b865e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -713,22 +713,6 @@ -[% MACRO jsinclude BLOCK %] - [% INCLUDE 'datatables.inc' %] - [% INCLUDE 'columns_settings.inc' %] - [% INCLUDE 'calendar.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] - - [% IF query_type == 'illlist' %] - [% INCLUDE 'ill-list-table-strings.inc' %] - [% Asset.js("js/ill-list-table.js") | $raw %] - [% END %] -[% END %] - [% TRY %] [% PROCESS backend_jsinclude %] [% CATCH %] -- 2.11.0