From deed26c2d94e12d02fe8f6923d2f44338653a924 Mon Sep 17 00:00:00 2001 From: "Jocelyn Badgley (Twipped)" Date: Thu, 5 Mar 2020 19:42:29 -0800 Subject: [PATCH] Oops, broke the tracking pixel --- js/_i.js | 2 +- templates/layout.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/_i.js b/js/_i.js index ec434e3..1347783 100644 --- a/js/_i.js +++ b/js/_i.js @@ -1,7 +1,7 @@ (function () { const me = window.document.currentScript; - const url = me.getAttribute('data-url'); + const url = me.getAttribute('data-i-url'); const iOS = !!window.navigator.platform && /iPad|iPhone|iPod/.test(window.navigator.platform); const vendor = window.navigator.vendor; diff --git a/templates/layout.hbs b/templates/layout.hbs index e5e281b..0184b2c 100644 --- a/templates/layout.hbs +++ b/templates/layout.hbs @@ -49,7 +49,7 @@ {{#block "prescripts"}} - + {{/block}}