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