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