From e942f9c383bde2cd707ad81218904104a7c697ef Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 3 Jun 2019 10:38:05 +0900 Subject: [PATCH] Remove defer from Google Analytics snippet --- dist/index.html | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index f9d079e268..3d372e5364 100644 --- a/dist/index.html +++ b/dist/index.html @@ -35,7 +35,7 @@ window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date; ga('create', 'UA-XXXXX-Y', 'auto'); ga('set','transport','beacon'); ga('send', 'pageview') - + diff --git a/src/index.html b/src/index.html index aeb7c6be9e..7d4912c7fc 100644 --- a/src/index.html +++ b/src/index.html @@ -35,7 +35,7 @@ window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date; ga('create', 'UA-XXXXX-Y', 'auto'); ga('set','transport','beacon'); ga('send', 'pageview') - +