Reset sticky component before leaving the page using Turbolinks
This commit is contained in:
@@ -4,3 +4,8 @@ App.FoundationExtras =
|
||||
$(document).foundation()
|
||||
$(window).trigger "load.zf.sticky"
|
||||
$(window).trigger "resize"
|
||||
|
||||
clearSticky = ->
|
||||
$("[data-sticky]").foundation("destroy") if $("[data-sticky]").length
|
||||
|
||||
$(document).on("page:before-unload", clearSticky)
|
||||
|
||||
Reference in New Issue
Block a user