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:
parent
a84195d7da
commit
4cb222217f
1 changed files with 0 additions and 1 deletions
|
@ -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 %];
|
||||
|
|
Loading…
Reference in a new issue