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