Adds foundation 6 🎉

This commit is contained in:
Alberto Garcia Cabeza
2016-02-15 17:29:03 +01:00
parent 319fe27150
commit 3752f3a53b
139 changed files with 1829 additions and 3342 deletions

View File

@@ -2,8 +2,8 @@ App.IeAlert =
set_cookie_and_hide: (event) ->
event.preventDefault()
$.cookie('ie_alert_closed', 'true', { path: '/', expires: 365 });
$('.ie-alert-box').remove()
$('.ie-callout').remove()
initialize: ->
$('.ie-alert-box-close-js').on 'click', (event) ->
$('.ie-callout-close-js').on 'click', (event) ->
App.IeAlert.set_cookie_and_hide(event)