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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-1 / +3 lines)
Lines 1239-1244 function _dt_save_restore_state(table_settings, external_filter_nodes = {}) { Link Here
1239
    ) {
1239
    ) {
1240
        var settings = null;
1240
        var settings = null;
1241
1241
1242
        // Early return if the node does not exist
1243
        if (!this.length) return;
1244
1242
        if (options) {
1245
        if (options) {
1243
            // Don't redefine the default initComplete
1246
            // Don't redefine the default initComplete
1244
            if (options.initComplete) {
1247
            if (options.initComplete) {
1245
- 

Return to bug 38255