From 23b1fc4f9b9d3a553dbaa5c33d666f14f6bfd3c5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 4 Dec 2024 13:01:54 +0000 Subject: [PATCH] Bug 38620: Remove obsolete reference to hc-sicky on OPAC tags page This patch removes code intended to include the hc-sticky js library. hc-sticky is not longer included in Koha. To test, apply the patch and make sure the TagsEnabled system preference is turned on. Log in to the OPAC and go to the tags page. Everything should work correctly. There should be no errors in the developer console. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt index 85d74f1196..7e6dfa05e9 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt @@ -208,7 +208,6 @@ [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] -[% Asset.js("lib/hc-sticky/hc-sticky.js") | $raw %]