5 lines
202 B
Plaintext
5 lines
202 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 %>);
|