diff options
author | Sam Potts <sam@potts.es> | 2019-01-29 21:33:16 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-01-29 21:33:16 +1100 |
commit | fa4868a26da7f433df98fff97f8d0acb7e33ce4a (patch) | |
tree | 78da59e6894704893cc70fb6af4608b6bf84650c /demo/index.html | |
parent | 6bf6c3f0f482f59cb1a40c90cf5f859a5b0d11b8 (diff) | |
download | plyr-fa4868a26da7f433df98fff97f8d0acb7e33ce4a.tar.lz plyr-fa4868a26da7f433df98fff97f8d0acb7e33ce4a.tar.xz plyr-fa4868a26da7f433df98fff97f8d0acb7e33ce4a.zip |
Fix listeners for preview thumbs when changing source
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/demo/index.html b/demo/index.html index bc9d73dd..c668b00c 100644 --- a/demo/index.html +++ b/demo/index.html @@ -281,17 +281,6 @@ <script src="https://cdn.rangetouch.com/1.0.1/rangetouch.js" async crossorigin="anonymous"></script> <!-- Docs script --> - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-132699580-1"></script> - <script> - if (window.location.host === 'plyr.io') { - window.dataLayer = window.dataLayer || []; - function gtag() { - window.dataLayer.push(arguments); - } - gtag('js', new Date()); - gtag('config', 'UA-132699580-1'); - } - </script> <script src="dist/demo.js" crossorigin="anonymous"></script> </body> </html> |