wblog/app/assets/javascripts/comment.js.coffee

4 lines
119 B
CoffeeScript
Raw Normal View History

2016-04-23 14:47:50 +08:00
$(document).on 'turbolinks:load', ->
$('#alert-container .close-button').click ()->
$('#alert-container').hide()