4 lines
119 B
CoffeeScript
4 lines
119 B
CoffeeScript
![]() |
$(document).on 'turbolinks:load', ->
|
||
|
$('#alert-container .close-button').click ()->
|
||
|
$('#alert-container').hide()
|