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 1311-1316 function update_search_description( Link Here
1311
    ) {
1311
    ) {
1312
        var settings = null;
1312
        var settings = null;
1313
1313
1314
        // Early return if the node does not exist
1315
        if (!this.length) return;
1316
1314
        if (options) {
1317
        if (options) {
1315
            // Don't redefine the default initComplete
1318
            // Don't redefine the default initComplete
1316
            if (options.initComplete) {
1319
            if (options.initComplete) {
1317
- 

Return to bug 38255