Files
danbooru/app/views/favorites/destroy.js.erb
2013-03-03 15:37:20 -05:00

4 lines
132 B
Plaintext

$("a#add-to-favorites").show();
$("a#remove-from-favorites").hide();
$("#score-for-post-<%= @post.id %>").html(<%= @post.score %>);