fix search & replace error
This commit is contained in:
		@@ -2364,7 +2364,7 @@
 | 
				
			|||||||
				}
 | 
									}
 | 
				
			||||||
				// Videos
 | 
									// Videos
 | 
				
			||||||
				else if ( backgroundVideo ) {
 | 
									else if ( backgroundVideo ) {
 | 
				
			||||||
					var video = dom.wrapper.createElement( 'video' );
 | 
										var video = document.createElement( 'video' );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					// Support comma separated lists of video sources
 | 
										// Support comma separated lists of video sources
 | 
				
			||||||
					backgroundVideo.split( ',' ).forEach( function( source ) {
 | 
										backgroundVideo.split( ',' ).forEach( function( source ) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user