7 lines
196 B
CoffeeScript
7 lines
196 B
CoffeeScript
App.ModeratorComments =
|
|
|
|
add_class_faded: (id) ->
|
|
$("##{id} .comment-body:first").addClass("faded")
|
|
|
|
hide_moderator_actions: (id) ->
|
|
$("##{id} #moderator-comment-actions:first").hide() |