Plugin versions

This commit is contained in:
Sam Potts 2017-05-16 10:14:01 +10:00
parent bcf88cd024
commit c0eee58732

View File

@ -79,10 +79,10 @@
<script src="dist/demo.js"></script> <script src="dist/demo.js"></script>
<!-- Rangetouch to fix <input type="range"> on touch devices (see https://rangetouch.com) --> <!-- 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) --> <!-- 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> <script>if(window.shr) { window.shr.setup({ count: { classname: 'btn__count' } }); }</script>
</body> </body>
</html> </html>