diff options
Diffstat (limited to 'demo')
-rw-r--r-- | demo/index.html | 2 | ||||
-rw-r--r-- | demo/src/js/main.js | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/demo/src/js/main.js b/demo/src/js/main.js index 1eeab54d..f4abc7b7 100644 --- a/demo/src/js/main.js +++ b/demo/src/js/main.js @@ -15,7 +15,7 @@ debug: true, title: 'Video demo', iconUrl: '../dist/plyr.svg', - tooltips: { + tooltips: { controls: true }, captions: { |