As we do in the rest of the application. Note we cannot add a rule enforcing double quotes because CoffeeScript Lint does not have such rule.
5 lines
142 B
CoffeeScript
5 lines
142 B
CoffeeScript
App.SendAdminNotificationAlert =
|
|
initialize: ->
|
|
$("#js-send-admin_notification-alert").on "click", ->
|
|
confirm(this.dataset.alert)
|