View | Details | Raw Unified | Return to bug 38620
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-2 lines)
Lines 208-214 Link Here
208
[% INCLUDE 'opac-bottom.inc' %]
208
[% INCLUDE 'opac-bottom.inc' %]
209
[% BLOCK jsinclude %]
209
[% BLOCK jsinclude %]
210
[% INCLUDE 'datatables.inc' %]
210
[% INCLUDE 'datatables.inc' %]
211
[% Asset.js("lib/hc-sticky/hc-sticky.js") | $raw %]
212
<script>
211
<script>
213
    const loggedinusername = [% ( loggedinusername ) ? 1 : 0 | html %];
212
    const loggedinusername = [% ( loggedinusername ) ? 1 : 0 | html %];
214
    const opacbookbag = [% ( opacbookbag ) ? 1 : 0 | html %];
213
    const opacbookbag = [% ( opacbookbag ) ? 1 : 0 | html %];
215
- 

Return to bug 38620