We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f0ea3 commit ce60312Copy full SHA for ce60312
README.md
@@ -13,7 +13,7 @@ The _accept-terms_ plugin is only loaded for the checkout contact information st
13
To enable a plugin add this code to your _Google Analytics Additional Scripts_ section in Shopify's Admin / Online Store / Preferences.
14
15
```javascript
16
-fetch('//cdn.jsdelivr.net/gh/nerdsofalltrades/shopify-plugins@0.1.1/dist/shopify-plugin-loader.min.js').then(function(
+fetch('//cdn.jsdelivr.net/gh/nerdsofalltrades/shopify-plugins@0.1.2/dist/shopify-plugin-loader.min.js').then(function(
17
result
18
) {
19
result.text().then(function(script) {
0 commit comments