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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-2 lines)
Lines 297-303 Link Here
297
[% MACRO jsinclude BLOCK %]
297
[% MACRO jsinclude BLOCK %]
298
    [% INCLUDE 'datatables.inc' %]
298
    [% INCLUDE 'datatables.inc' %]
299
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
299
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
300
    [% Asset.js("js/background-job-progressbar.js") | $raw %]
301
    <script>
300
    <script>
302
        $(document).ready(function() {
301
        $(document).ready(function() {
303
302
304
- 

Return to bug 33088