Files
nairobi/app/assets/javascripts/moderator_proposal_notifications.js.coffee
iagirre 88a8aaa083 Add hide button in the user interface
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.
2018-07-02 18:19:08 +02:00

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()