Hakim El Hattab před 9 roky
rodič
revize
5e3bbdeecf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      js/reveal.js

+ 1 - 1
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();
 			}