If the big play present is not enabled, drop the script and prevent player breakage
This commit is contained in:
parent
1d67fd090c
commit
1bdcb245db
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ function PlayItAgain() {
|
||||||
|
|
||||||
// Init All Functions
|
// Init All Functions
|
||||||
AutoToggleControls()
|
AutoToggleControls()
|
||||||
BigPresentButton()
|
if (BigPlayButton === true) {BigPresentButton()} else {null}
|
||||||
Fullscreen()
|
Fullscreen()
|
||||||
Gestures()
|
Gestures()
|
||||||
KeyboardShortcuts()
|
KeyboardShortcuts()
|
||||||
|
|
Loading…
Reference in a new issue