Adds foundation 6 🎉
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user