update dependencies: jQuery, jQuery UI, jQuery Validate, jQuery Validate Unobtrusive, SignalR

This commit is contained in:
Gary Sharp
2025-08-09 19:00:29 +10:00
parent 0c0a7bf297
commit 53fdea5325
58 changed files with 53657 additions and 46301 deletions
@@ -248,10 +248,10 @@
});
}
function addComment(c, quick, canRemove) {
let t = '<div><span class="author" />';
let t = '<div><span class="author"></span>';
if (canRemove)
t += '<span class="remove fa fa-times-circle" />';
t += '<span class="timestamp" /><div class="comment" /></div>';
t += '<span class="remove fa fa-times-circle"></span>';
t += '<span class="timestamp"></span><div class="comment"></div></div>';
const e = $(t);
e.attr('data-logid', c.Id);