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

(-)a/koha-tmpl/intranet-tmpl/prog/js/pages/circulation.js (-2 / +1 lines)
Lines 68-74 $(document).ready(function() { Link Here
68
    });
68
    });
69
69
70
    // Debarments
70
    // Debarments
71
    $("div#reldebarments .remove_restriction").on("click",function(){
71
    $("#reldebarments_panel .remove_restriction").on("click",function(){
72
        return confirm( __("Remove restriction?") );
72
        return confirm( __("Remove restriction?") );
73
    });
73
    });
74
    var mrform = $("#manual_restriction_form");
74
    var mrform = $("#manual_restriction_form");
75
- 

Return to bug 33528