2 lines
86 B
Plaintext
2 lines
86 B
Plaintext
$(".comment[data-comment-id=<%= @comment.id %>] div.author h1").append(" (deleted)");
|
$(".comment[data-comment-id=<%= @comment.id %>] div.author h1").append(" (deleted)");
|