comments: show "undo vote" link by default on voted comments (fix #4143).

This commit is contained in:
evazion
2019-08-20 17:40:37 -05:00
parent 6e708dec18
commit 2cf929ad6e
6 changed files with 49 additions and 27 deletions

View File

@@ -1 +1 @@
$(".comment[data-comment-id=<%= @comment.id %>] div.author h1").append(" (deleted)");
$(".comment[data-id=<%= @comment.id %>] div.author h1").append(" (deleted)");