aboutsummaryrefslogtreecommitdiffstats
path: root/demo/index.html
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-01-26 17:19:58 +1100
committerGitHub <noreply@github.com>2019-01-26 17:19:58 +1100
commita84fc396e8a53fd595c204deff227104b0255865 (patch)
tree9f9e927b6ecbeba39c2a6dfc1b51b2d750b352db /demo/index.html
parent052e426810d504a01beb05c8bb34f83e190a0679 (diff)
parent8b57104f8396c4110f217c854099243d8d04ae20 (diff)
downloadplyr-a84fc396e8a53fd595c204deff227104b0255865.tar.lz
plyr-a84fc396e8a53fd595c204deff227104b0255865.tar.xz
plyr-a84fc396e8a53fd595c204deff227104b0255865.zip
Merge branch 'develop' into issues/1316-allow-to-customize-vimeo-url-params
Diffstat (limited to 'demo/index.html')
-rw-r--r--demo/index.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/demo/index.html b/demo/index.html
index 03de5179..a99ef149 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -33,7 +33,7 @@
<meta name="twitter:card" content="summary_large_image" />
<!-- Docs styles -->
- <link rel="stylesheet" href="dist/demo.css?v=2" />
+ <link rel="stylesheet" href="dist/demo.css" />
<!-- Preload -->
<link
@@ -284,6 +284,17 @@
<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>