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