Files
danbooru/app/views/favorites/destroy.js.erb
2013-03-22 10:25:01 -07:00

6 lines
253 B
Plaintext

$("a#add-to-favorites").show();
$("a#remove-from-favorites").hide();
$("#score-for-post-<%= @post.id %>").html(<%= @post.score %>);
$("#favcount-for-post-<%= @post.id %>").html(<%= @post.fav_count %>);
Danbooru.notice("You have unfavorited this post");