Files
nairobi/app/views/moderation/comments/hide.js.erb
2019-03-19 12:16:50 +01: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);