diff --git a/js/reveal.js b/js/reveal.js index 913aa2881cbed93790e9ae279581052b04f5068d..ad7eaa0fc3c9aeff0c1405b187462282e237b474 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -2619,7 +2619,7 @@ // Start video playback var currentVideo = currentBackground.querySelector( 'video' ); if( currentVideo ) { - if(currentVideo.currentTime > 0) currentVideo.currentTime = 0; + if( currentVideo.currentTime > 0 ) currentVideo.currentTime = 0; currentVideo.play(); }