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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 1080-1086 Link Here
1080
        });[% END %]
1080
        });[% END %]
1081
    </script>
1081
    </script>
1082
    [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %]
1082
    [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %]
1083
        [% Asset.js("https://imageserver.ebscohost.com/novelistselect/ns2init.js") | $raw %]
1083
        <script src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
1084
    [% END %]
1084
    [% END %]
1085
    [% INCLUDE 'datatables.inc' %]
1085
    [% INCLUDE 'datatables.inc' %]
1086
    [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %]
1086
    [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %]
1087
- 

Return to bug 21583