formatting
This commit is contained in:
		| @@ -2619,7 +2619,7 @@ | |||||||
| 			// Start video playback | 			// Start video playback | ||||||
| 			var currentVideo = currentBackground.querySelector( 'video' ); | 			var currentVideo = currentBackground.querySelector( 'video' ); | ||||||
| 			if( currentVideo ) { | 			if( currentVideo ) { | ||||||
| 				if(currentVideo.currentTime > 0) currentVideo.currentTime = 0; | 				if( currentVideo.currentTime > 0 ) currentVideo.currentTime = 0; | ||||||
| 				currentVideo.play(); | 				currentVideo.play(); | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user