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

(-)a/koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js (-2 / +1 lines)
Lines 280-286 $( document ).ready( function () { Link Here
280
280
281
    $("#select_all").on("click",function(e){
281
    $("#select_all").on("click",function(e){
282
        e.preventDefault();
282
        e.preventDefault();
283
        $(".dbcolumn_selection").prop("checked", true);
283
        $(".dbcolumn_selection:not(:disabled)").prop("checked", true);
284
    });
284
    });
285
    $("#clear_all").on("click",function(e){
285
    $("#clear_all").on("click",function(e){
286
        e.preventDefault();
286
        e.preventDefault();
287
- 

Return to bug 17364