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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +1 lines)
Lines 407-413 function filterDataTable(table, column, term) { Link Here
407
    }
407
    }
408
}
408
}
409
409
410
let specific_dt_errors = "";
410
var specific_dt_errors = "";
411
jQuery.fn.dataTable.ext.errMode = function (settings, note, message) {
411
jQuery.fn.dataTable.ext.errMode = function (settings, note, message) {
412
    if (settings && settings.jqXHR) {
412
    if (settings && settings.jqXHR) {
413
        console.log(
413
        console.log(
414
- 

Return to bug 40777