diff options
author | Sam Potts <sam@potts.es> | 2019-02-19 00:19:25 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-02-19 00:19:25 +1100 |
commit | 153b8dc6bb96fdba8340a523c8828a72a832fcdf (patch) | |
tree | 14c60871a970b26e05b6b154a81302f65617f67f /demo/index.html | |
parent | df61e5cdd20f3bb4eb29a98000be8770690ad018 (diff) | |
download | plyr-153b8dc6bb96fdba8340a523c8828a72a832fcdf.tar.lz plyr-153b8dc6bb96fdba8340a523c8828a72a832fcdf.tar.xz plyr-153b8dc6bb96fdba8340a523c8828a72a832fcdf.zip |
Added RangeTouch, updated Shr lib in demo
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/demo/index.html b/demo/index.html index c668b00c..c1942e74 100644 --- a/demo/index.html +++ b/demo/index.html @@ -107,12 +107,7 @@ <div class="call-to-action"> <span class="button--with-count"> - <a - href="https://github.com/sampotts/plyr" - target="_blank" - class="button" - data-shr-network="github" - > + <a href="https://github.com/sampotts/plyr" target="_blank" class="button js-shr-button"> <svg class="icon" role="presentation"> <title>GitHub</title> <path @@ -261,7 +256,7 @@ <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" + class="js-shr-button" >tweet it</a > 👍 @@ -275,10 +270,7 @@ ></script> <!-- Sharing libary (https://shr.one) --> - <script src="https://cdn.shr.one/1.0.1/shr.js" crossorigin="anonymous"></script> - - <!-- Rangetouch to fix <input type="range"> on touch devices (see https://rangetouch.com) --> - <script src="https://cdn.rangetouch.com/1.0.1/rangetouch.js" async crossorigin="anonymous"></script> + <script src="https://cdn.shr.one/2.0.0-beta.2/shr.js" crossorigin="anonymous"></script> <!-- Docs script --> <script src="dist/demo.js" crossorigin="anonymous"></script> |