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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt (+1 lines)
Lines 18-23 Link Here
18
[% Asset.js("lib/jquery/jquery-3.4.1.min.js") | $raw %]
18
[% Asset.js("lib/jquery/jquery-3.4.1.min.js") | $raw %]
19
[% Asset.js("lib/jquery/jquery-migrate-3.1.0.min.js") | $raw %]
19
[% Asset.js("lib/jquery/jquery-migrate-3.1.0.min.js") | $raw %]
20
[% Asset.js("lib/fontfaceobserver.min.js") | $raw %]
20
[% Asset.js("lib/fontfaceobserver.min.js") | $raw %]
21
[% Asset.js("lib/enquire.min.js") | $raw %]
21
[% Asset.js("js/global.js") | $raw %]
22
[% Asset.js("js/global.js") | $raw %]
22
23
23
[% INCLUDE 'slip-print.inc' #printThenClose %]
24
[% INCLUDE 'slip-print.inc' #printThenClose %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/js/global.js (-3 lines)
Lines 230-234 $(document).ready(function(){ Link Here
230
        }
230
        }
231
    });
231
    });
232
});
232
});
233
234
$.fn.modal.Constructor.prototype.enforceFocus = function () {};
235
- 

Return to bug 29960