diff options
-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> |