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.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Owen Leonard 2024-12-04 13:01:54 +00:00 committed by Katrin Fischer
parent a84195d7da
commit 4cb222217f
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -208,7 +208,6 @@
[% INCLUDE 'opac-bottom.inc' %]
[% BLOCK jsinclude %]
[% INCLUDE 'datatables.inc' %]
[% Asset.js("lib/hc-sticky/hc-sticky.js") | $raw %]
<script>
const loggedinusername = [% ( loggedinusername ) ? 1 : 0 | html %];
const opacbookbag = [% ( opacbookbag ) ? 1 : 0 | html %];