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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-2 / +7 lines)
Lines 110-116 Link Here
110
    [% END %]
110
    [% END %]
111
    <script>
111
    <script>
112
        $(document).ready(function() {
112
        $(document).ready(function() {
113
            $('#authoritiestabs').tabs();
113
            var editAuth = $("#editAuth");
114
            var editAuthLink = editAuth.attr("href");
115
            $('#authoritiestabs').tabs({
116
                activate: function( event, ui ){
117
                    editAuth.attr("href", editAuthLink + "#" + ui.newPanel.attr('id') );
118
                }
119
            });
114
            [% IF ( displayhierarchy ) %]
120
            [% IF ( displayhierarchy ) %]
115
                var current_nodes = [];
121
                var current_nodes = [];
116
                $('.currentauth').each(function() {
122
                $('.currentauth').each(function() {
117
- 

Return to bug 20154