Skip to content

Instantly share code, notes, and snippets.

@piam
Created June 17, 2019 21:24
Show Gist options
  • Save piam/aeffd82a8f94caa2d8aa293cbd63dfdf to your computer and use it in GitHub Desktop.
Save piam/aeffd82a8f94caa2d8aa293cbd63dfdf to your computer and use it in GitHub Desktop.
$(document).on("turbolinks:visit", function() {
 if (typeof ShopifyApp != 'undefined') {
 ShopifyApp.pushState(window.location.pathname + window.location.search);
 }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment