Files
nairobi/app/views/moderation/comments/hide.js.erb
2015-08-17 13:39:31 +02:00

3 lines
152 B
Plaintext

var comment_id = '<%= dom_id(@comment) %>';
App.ModeratorComments.add_class_faded(comment_id);
App.ModeratorComments.hide_moderator_actions(comment_id);