diff --git a/src/analytics.js b/src/analytics.js index 37e8851..541c0e2 100644 --- a/src/analytics.js +++ b/src/analytics.js @@ -23,9 +23,7 @@ if (navigator.onLine && !window.DEBUG) { m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-87786708-1', {'cookieDomain': 'none'}); - // required for chrome extension protocol - ga('set', 'checkProtocolTask', function(){ /* nothing */ }); + ga('create', 'UA-87786708-1'); ga('send', 'pageview'); }, 100);