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

3 lines
112 B
Plaintext

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