|
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 |
- |
|
|