Reverted menu change

This commit is contained in:
Sam Potts
2018-05-06 01:14:41 +10:00
parent 91a4b86860
commit 00bbce08fb
11 changed files with 13 additions and 25 deletions

View File

@ -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);
},