diff options
author | Sam Potts <sam@potts.es> | 2018-03-18 01:08:05 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-03-18 01:08:05 +1100 |
commit | c7ea13c0c77126ce38cd3951a6a21991bd58aa23 (patch) | |
tree | 745b36d0a9706c1f281d6aaa518671bd0886503d /demo/index.html | |
parent | 0f8c6e147b384b437e7bc4093577a305026fb936 (diff) | |
download | plyr-c7ea13c0c77126ce38cd3951a6a21991bd58aa23.tar.lz plyr-c7ea13c0c77126ce38cd3951a6a21991bd58aa23.tar.xz plyr-c7ea13c0c77126ce38cd3951a6a21991bd58aa23.zip |
Sentry in live only
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/index.html b/demo/index.html index a51a8ad0..5409c5ed 100644 --- a/demo/index.html +++ b/demo/index.html @@ -163,7 +163,7 @@ c-1.1,0.9-2.5,1.4-4.1,1.4c-0.3,0-0.5,0-0.8,0c1.5,0.9,3.2,1.5,5,1.5c6,0,9.3-5,9.3-9.3c0-0.1,0-0.3,0-0.4C15,4.3,15.6,3.7,16,3z"></path> </svg> <p>If you think Plyr's good, - <a href="https://twitter.com/intent/tweet?text=A+simple+HTML5+media+player+with+custom+controls+and+WebVTT+captions.&url=http%3A%2F%2Fplyr.io&via=Sam_Potts" + <a href="https://twitter.com/intent/tweet?text=A+simple+HTML5+media+player+with+custom+controls+and+WebVTT+captions.&url=http%3A%2F%2Fplyr.io&via=Sam_Potts" target="_blank" data-shr-network="twitter">tweet it</a> </p> </aside> @@ -181,7 +181,7 @@ <script src="https://cdn.rangetouch.com/1.0.1/rangetouch.js" async></script> <!-- Docs script --> - <script src="dist/demo.js?2" crossorigin="anonymous"></script> + <script src="dist/demo.js" crossorigin="anonymous"></script> </body> </html>
\ No newline at end of file |