Files
grecia/app/views/moderation/comments/hide.js.erb
2019-09-10 20:02:15 +02:00

4 lines
153 B
Plaintext

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