Files
danbooru/app/views/forum_post_votes/destroy.js.erb
2019-10-28 01:06:23 -05:00

4 lines
270 B
Plaintext

Danbooru.notice("Unvoted");
var code = <%= raw render(partial: "forum_post_votes/list", locals: {forum_post: @forum_post_vote.forum_post, votes: @forum_post_vote.forum_post.votes}).to_json %>;
$("#forum-post-votes-for-<%= @forum_post_vote.forum_post_id %>").html(code);