aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-04-26 19:14:42 +1000
committerSam Potts <me@sampotts.me>2016-04-26 19:14:42 +1000
commit6c8d118f8382bbdc44ba4a82c05d0cd5daa896c0 (patch)
treefeada78873d4440d81c9a32c85e9af0326c01231 /docs/index.html
parente26694c32202ed5eee2ae07c3834946aae93f5bc (diff)
downloadplyr-6c8d118f8382bbdc44ba4a82c05d0cd5daa896c0.tar.lz
plyr-6c8d118f8382bbdc44ba4a82c05d0cd5daa896c0.tar.xz
plyr-6c8d118f8382bbdc44ba4a82c05d0cd5daa896c0.zip
WIP
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 2e6dbde0..801a63fa 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -121,7 +121,10 @@
<!-- Docs script -->
<script src="dist/docs.js"></script>
- <!-- Shr core 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"></script>
+
+ <!-- Sharing libary (https://shr.one) -->
<script src="https://cdn.shr.one/0.1.9/shr.js"></script>
<script>if(window.shr) { window.shr.setup({ count: { classname: 'btn__count' } }); }</script>
</body>