comments: allow admins to remove comment votes (fix #4640)
Allow admins to remove comment votes by other users. This is done by clicking the comment score to get to the comment vote list, then clicking the Remove button on every vote.
This commit is contained in:
2
app/views/comment_votes/destroy.js+listing.erb
Normal file
2
app/views/comment_votes/destroy.js+listing.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
Danbooru.Utility.notice("Vote removed");
|
||||
location.reload();
|
||||
Reference in New Issue
Block a user