$(".delete-comment").on("click", function(){
return confirm( _("Are you sure you want to delete this comment?") );
});
specific_dt_errors = _("Have a look at the 'Audit' button in the toolbar");
</script>
[% CoverImagePlugins | $raw %]
[% END # /jsinclude %]
}
let specific_dt_errors = "";
jQuery.fn.dataTable.ext.errMode = function (settings, note, message) {
if (settings && settings.jqXHR) {
console.log(
.map(m => m.message)
.join("\n")
: ""
)
) + specific_dt_errors
);
} else {
alert(__("Something went wrong when loading the table."));
-