diff options
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/index.html b/demo/index.html index 17663c7b..0c9b83af 100644 --- a/demo/index.html +++ b/demo/index.html @@ -79,7 +79,7 @@ <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"></script> + <script src="https://cdn.rangetouch.com/0.0.9/rangetouch.js" async></script> <!-- Sharing libary (https://shr.one) --> <script src="https://cdn.shr.one/0.1.9/shr.js"></script> |