The little menu with the hide notification link and block user link has been added to each proposal notification. JS for adding the fade efect has also been added.
8 lines
208 B
CoffeeScript
8 lines
208 B
CoffeeScript
App.ModeratorProposalNotifications =
|
|
|
|
add_class_faded: (id) ->
|
|
$("##{id}").addClass("faded")
|
|
|
|
hide_moderator_actions: (id) ->
|
|
$("##{id} .js-moderator-proposal-notifications-actions:first").hide()
|