9 lines
215 B
CoffeeScript
9 lines
215 B
CoffeeScript
App.ModeratorDebates =
|
|
|
|
add_class_faded: (id) ->
|
|
$("##{id}").addClass("faded")
|
|
$("#comments").addClass("faded")
|
|
|
|
hide_moderator_actions: (id) ->
|
|
$("##{id} .js-moderator-debate-actions:first").hide()
|