summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib/behaviours/close_notification.js.coffee
blob: 7e5572e463a5afdf1675904bc797b24483c57156 (plain)
1
2
3
4
5
6
class CloseNotification extends Stronglifters.Behaviour
  @on "turbolinks:load"

  execute: ->
    $('.delete').on 'click', ->
      $('.delete').parent('div:first').hide()