This commit is contained in:
albert
2013-03-01 07:33:19 -08:00
parent 35724bef5c
commit 6a1db1197b
2 changed files with 3 additions and 1 deletions

View File

@@ -3,4 +3,5 @@
<% else %>
$("a#add-to-favorites").hide();
$("a#remove-from-favorites").show();
$("#score-for-post-<%= @post.id %>").html(<%= @post.score %>);
<% end %>