From bb34ec23c727e2e39ad8474106b436610b5bf342 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Wed, 11 Dec 2019 11:10:26 +0000 Subject: [PATCH] Revert "Bug 23229: Only load ILL table JS when needed" This reverts commit f95749a66bb5dad53fa2cf00224fc38f52c1e788. https://bugs.koha-community.org/show_bug.cgi?id=23980 --- .../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