Add the index for moderating the notifications. The tranlations needed have also been added, along with the JS to make it disappear at that moment.
4 lines
235 B
Plaintext
4 lines
235 B
Plaintext
var proposal_notification_id = '<%= dom_id(@proposal_notification) %>';
|
|
App.ModeratorProposalNotifications.add_class_faded(proposal_notification_id);
|
|
App.ModeratorProposalNotifications.hide_moderator_actions(proposal_notification_id);
|