4 lines
175 B
Plaintext
4 lines
175 B
Plaintext
$("#comment-vote-up-link-for-<%= @comment.id %>").show();
|
|
$("#comment-vote-down-link-for-<%= @comment.id %>").show();
|
|
$("#comment-unvote-link-for-<%= @comment.id %>").hide();
|