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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-1 / +1 lines)
Lines 1099-1104 function _dt_save_restore_state(table_settings, external_filter_nodes={}){ Link Here
1099
        var table_dt = table.DataTable();
1099
        var table_dt = table.DataTable();
1100
        if ( add_filters ) {
1100
        if ( add_filters ) {
1101
            _dt_add_filters(this, table_dt, filters_options);
1101
            _dt_add_filters(this, table_dt, filters_options);
1102
            table_dt.draw();
1102
        }
1103
        }
1103
1104
1104
        table_dt.on("column-visibility.dt", function(){
1105
        table_dt.on("column-visibility.dt", function(){
1105
- 

Return to bug 39080