diff options
author | Sam Potts <sam@potts.es> | 2018-05-06 01:14:41 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-05-06 01:14:41 +1000 |
commit | 00bbce08fb51fa0751b6f9795cae7a3352c33650 (patch) | |
tree | 88d1de26c509c393d21d82def08ef2c6bb046378 /dist/plyr.polyfilled.js | |
parent | 91a4b86860f8db72dba0cec0c8cb18b93e423d85 (diff) | |
download | plyr-00bbce08fb51fa0751b6f9795cae7a3352c33650.tar.lz plyr-00bbce08fb51fa0751b6f9795cae7a3352c33650.tar.xz plyr-00bbce08fb51fa0751b6f9795cae7a3352c33650.zip |
Reverted menu change
Diffstat (limited to 'dist/plyr.polyfilled.js')
-rw-r--r-- | dist/plyr.polyfilled.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/plyr.polyfilled.js b/dist/plyr.polyfilled.js index 1f7d170d..7134eb45 100644 --- a/dist/plyr.polyfilled.js +++ b/dist/plyr.polyfilled.js @@ -6893,6 +6893,8 @@ var ui = { // Set ARIA state utils.toggleState(this.elements.buttons.play, this.playing); + console.warn(this.playing); + // Toggle controls this.toggleControls(!this.playing); }, |