diff options
author | Sam Potts <me@sampotts.me> | 2017-11-20 21:23:49 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2017-11-20 21:23:49 +1100 |
commit | da1e987444bce4925020770f906ef915644ebd83 (patch) | |
tree | a6ed67ae12e57dacd501299b52679c05a6faa3ae /src/js/ui.js | |
parent | 2d4a166218913308f069c43bcb184070bd449c9c (diff) | |
download | plyr-da1e987444bce4925020770f906ef915644ebd83.tar.lz plyr-da1e987444bce4925020770f906ef915644ebd83.tar.xz plyr-da1e987444bce4925020770f906ef915644ebd83.zip |
WIP on docs example
Diffstat (limited to 'src/js/ui.js')
-rw-r--r-- | src/js/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/ui.js b/src/js/ui.js index 14b8d1cb..bc7443b5 100644 --- a/src/js/ui.js +++ b/src/js/ui.js @@ -144,7 +144,7 @@ const ui = { utils.toggleClass(this.elements.container, this.config.classNames.stopped, this.paused); this.toggleControls(!this.playing); - }, 10); + }, 100); }, // Check if media is loading |