diff options
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r-- | demo/dist/demo.js | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js index 2fe063fc..1299cff3 100644 --- a/demo/dist/demo.js +++ b/demo/dist/demo.js @@ -4326,33 +4326,7 @@ typeof navigator === "object" && (function () { if (env.prod) { singleton.config('https://d4ad9866ad834437a4754e23937071e4@sentry.io/305555').install(); - } // Google analytics - // For demo site (https://plyr.io) only - - /* eslint-disable */ - - - if (env.prod) { - (function (i, s, o, g, r, a, m) { - i.GoogleAnalyticsObject = r; - - i[r] = i[r] || function () { - (i[r].q = i[r].q || []).push(arguments); - }; - - i[r].l = 1 * new Date(); - a = s.createElement(o); - 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'); - - window.ga('create', 'UA-40881672-11', 'auto'); - window.ga('send', 'pageview'); } - /* eslint-enable */ - })(); }()); |