Files
danbooru/app/views/comment_votes/destroy.js.erb

3 lines
115 B
Plaintext

Danbooru.Utility.notice("Removed vote");
$(".comment[data-id=<%= @comment.id %>]").attr("data-is-voted", "false");