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 300-306 Link Here
300
[% MACRO jsinclude BLOCK %]
300
[% MACRO jsinclude BLOCK %]
301
    [% INCLUDE 'datatables.inc' %]
301
    [% INCLUDE 'datatables.inc' %]
302
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
302
    [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]
303
    [% Asset.js("js/background-job-progressbar.js") | $raw %]
304
    <script>
303
    <script>
305
        $(document).ready(function() {
304
        $(document).ready(function() {
306
305
307
- 

Return to bug 33088