Sha256: eed6eb6e29f66d233fe770703d182b299f4e2d33c718af82abff14af7cb73447
Contents?: true
Size: 222 Bytes
Versions: 30
Compression:
Stored size: 222 Bytes
Contents
/** * disco_app/shopify-turbolinks.js * Some tweaks to help Turbolinks play nicely with the Embedded App SDK. */ jQuery(document).on('turbolinks:load', function() { ShopifyApp.pushState(window.location.pathname); });
Version data entries
30 entries across 30 versions & 1 rubygems