formatting
This commit is contained in:
parent
75d38379b7
commit
5e3bbdeecf
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue