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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-2 lines)
Lines 35-41 Link Here
35
    [% INCLUDE 'slip-print.inc' #printThenClose %]
35
    [% INCLUDE 'slip-print.inc' #printThenClose %]
36
[% END %]
36
[% END %]
37
<script>
37
<script>
38
    [% IntranetUserJS | $raw %]
39
    $(document).ready(function(){
38
    $(document).ready(function(){
40
        $(".print-label").on("click", function(e){
39
        $(".print-label").on("click", function(e){
41
            e.preventDefault();
40
            e.preventDefault();
42
- 

Return to bug 28940