aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 913aa28..ad7eaa0 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();
}