update dependencies: jQuery, jQuery UI, jQuery Validate, jQuery Validate Unobtrusive, SignalR
This commit is contained in:
@@ -76,10 +76,10 @@
|
||||
});
|
||||
}
|
||||
function renderComment(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-commentid', c.Id);
|
||||
|
||||
Reference in New Issue
Block a user