https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24561
--- Comment #21 from Jonathan Druart <[email protected]> --- +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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
