diff options
author | Sam Potts <me@sampotts.me> | 2017-05-16 10:14:01 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-05-16 10:14:01 +1000 |
commit | c0eee58732d14273b3628f6fa75022aefd6f5546 (patch) | |
tree | eb160ba723de0e8f982b7ecc35bdaaaa3df35803 | |
parent | bcf88cd0241f01f37c3d62da21a8715f883fa8b5 (diff) | |
download | plyr-c0eee58732d14273b3628f6fa75022aefd6f5546.tar.lz plyr-c0eee58732d14273b3628f6fa75022aefd6f5546.tar.xz plyr-c0eee58732d14273b3628f6fa75022aefd6f5546.zip |
Plugin versions
-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 d412dc2c..b21fa6cc 100644 --- a/demo/index.html +++ b/demo/index.html @@ -79,10 +79,10 @@ <script src="dist/demo.js"></script> <!-- Rangetouch to fix <input type="range"> on touch devices (see https://rangetouch.com) --> - <script src="https://cdn.rangetouch.com/0.0.9/rangetouch.js" async></script> + <script src="https://cdn.rangetouch.com/1.0.1/rangetouch.js" async></script> <!-- Sharing libary (https://shr.one) --> - <script src="https://cdn.shr.one/0.1.9/shr.js"></script> + <script src="https://cdn.shr.one/1.0.1/shr.js"></script> <script>if(window.shr) { window.shr.setup({ count: { classname: 'btn__count' } }); }</script> </body> </html> |