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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt (-1 / +1 lines)
Lines 64-70 Link Here
64
64
65
[% INCLUDE 'opac-bottom.inc' %]
65
[% INCLUDE 'opac-bottom.inc' %]
66
[% BLOCK jsinclude %]
66
[% BLOCK jsinclude %]
67
[% Asset.js("/opac-tmpl/lib/jquery/plugins/jquery.jstree.js") %]
67
[% Asset.js("lib/jquery/plugins/jquery.jstree.js") %]
68
<script type="text/javascript">
68
<script type="text/javascript">
69
    //<![CDATA[
69
    //<![CDATA[
70
        $(document).ready(function() {
70
        $(document).ready(function() {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt (-2 / +1 lines)
Lines 129-135 Link Here
129
[% INCLUDE 'opac-bottom.inc' %]
129
[% INCLUDE 'opac-bottom.inc' %]
130
[% BLOCK jsinclude %]
130
[% BLOCK jsinclude %]
131
[% IF ( displayhierarchy ) %]
131
[% IF ( displayhierarchy ) %]
132
    [% Asset.js("/opac-tmpl/lib/jquery/plugins/jquery.jstree.js") %]
132
    [% Asset.js("lib/jquery/plugins/jquery.jstree.js") %]
133
[% END %]
133
[% END %]
134
<script type="text/javascript">
134
<script type="text/javascript">
135
    //<![CDATA[
135
    //<![CDATA[
136
- 

Return to bug 20538