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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-2 / +1 lines)
Lines 99-105 Link Here
99
[% MACRO jsinclude BLOCK %]
99
[% MACRO jsinclude BLOCK %]
100
    [% INCLUDE 'authorities_js.inc' %]
100
    [% INCLUDE 'authorities_js.inc' %]
101
    [% IF ( displayhierarchy ) %]
101
    [% IF ( displayhierarchy ) %]
102
        <script type="text/javascript" src="/intranet-tmpl/lib/jquery/plugins/jquery.jstree_[% KOHA_VERSION %].js"></script>
102
        <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.jstree_[% KOHA_VERSION %].js"></script>
103
    [% END %]
103
    [% END %]
104
    <script type="text/javascript">
104
    <script type="text/javascript">
105
        $(document).ready(function() {
105
        $(document).ready(function() {
106
- 

Return to bug 19785