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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-5 / +2 lines)
Lines 301-311 $(document).ready(function() { Link Here
301
});
301
});
302
</script>
302
</script>
303
[% PROCESS jsinclude %]
303
[% PROCESS jsinclude %]
304
[% IF ( OPACUserJS ) %]
304
[% IF ( Koha.Preference('OPACUserJS') ) %]
305
    <script>
305
    <script>
306
        //<![CDATA[
306
        [% Koha.Preference('OPACUserJS') | $raw %]
307
        [% OPACUserJS | $raw %]
308
        //]]>
309
    </script>
307
    </script>
310
[% END %]
308
[% END %]
311
[% IF SCO_login %]
309
[% IF SCO_login %]
312
- 

Return to bug 23076