18 Aug
2020
18 Aug
'20
10:13 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24561 --- Comment #21 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- +jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { + console.warn(message); +}; Has this been added on purpose or for debug? This is a non advertised change, switched from alert to console.log. I don't think we want that in production (better to display an alert to the end user to help them to report the relevant issue). -- You are receiving this mail because: You are watching all bug changes.