diff options
author | Sam Potts <sam@potts.es> | 2019-01-26 16:50:37 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-01-26 16:50:37 +1100 |
commit | 44739a17d0b2f4fbafa348370f7f32d179977045 (patch) | |
tree | bd5b38494bdd3ea760ea54056340efb5c0714edf /demo/dist/demo.js | |
parent | 464acd1a3636b26dba1368e4c80b603845adbc76 (diff) | |
parent | ad72ebd4bbf487e56884d264a4bb13119fb687b5 (diff) | |
download | plyr-44739a17d0b2f4fbafa348370f7f32d179977045.tar.lz plyr-44739a17d0b2f4fbafa348370f7f32d179977045.tar.xz plyr-44739a17d0b2f4fbafa348370f7f32d179977045.zip |
Merge branch 'master' into develop
# Conflicts:
# changelog.md
# demo/dist/demo.js.map
# demo/dist/demo.min.js
# demo/dist/demo.min.js.map
# demo/index.html
# dist/plyr.js.map
# dist/plyr.min.js
# dist/plyr.min.js.map
# dist/plyr.polyfilled.js
# dist/plyr.polyfilled.js.map
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
# package.json
# readme.md
# yarn.lock
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 */ - })(); }()); |