From 2b1ea752a968e8744ad0eca2a1347b857097e2aa Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 18 Nov 2019 18:21:52 +0000 Subject: [PATCH] Bug 24059: Remove unused Greybox assets from detail.tt This patch removes reference to the Greybox include file because it is unused. To test, apply the patch and view the bibliographic details page. Test various JavaScript-driven interactions to make sure no functionality has been broken: Menus, tabs, table filters, MARC Preview, etc. Searching for "gb-" or "GB_" should return no results in any files related to the details page. Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 09436cfab8..a569a45638 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -793,7 +793,6 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'catalog-strings.inc' %] [% Asset.js("js/catalog.js") | $raw %] - [% INCLUDE 'greybox.inc' %] [% Asset.js("js/coce.js") | $raw %]