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

(-)a/koha-tmpl/intranet-tmpl/prog/js/catalog.js (-3 / +1 lines)
Lines 124-131 $(document).ready(function() { Link Here
124
    $("#deletebiblio").tooltip();
124
    $("#deletebiblio").tooltip();
125
    $("#batchedit-disabled,#batchdelete-disabled,#deleteallitems-disabled")
125
    $("#batchedit-disabled,#batchdelete-disabled,#deleteallitems-disabled")
126
        .on("click",function(e){
126
        .on("click",function(e){
127
            e.preventDefault();
127
            e.stopPropagation();
128
            alertNoItems();
129
        })
128
        })
130
        .tooltip();
129
        .tooltip();
131
130
132
- 

Return to bug 25251