improvement on spaces and indentation
This commit is contained in:
		| @@ -150,7 +150,6 @@ | |||||||
| 		// Flags if video background is loaded | 		// Flags if video background is loaded | ||||||
| 		loadeddataVideo = false, | 		loadeddataVideo = false, | ||||||
|  |  | ||||||
|  |  | ||||||
| 		// The horizontal and vertical index of the currently active slide | 		// The horizontal and vertical index of the currently active slide | ||||||
| 		indexh, | 		indexh, | ||||||
| 		indexv, | 		indexv, | ||||||
| @@ -2481,8 +2480,9 @@ | |||||||
| 					currentVideo.currentTime = 0; | 					currentVideo.currentTime = 0; | ||||||
| 					currentVideo.play(); | 					currentVideo.play(); | ||||||
| 					loadeddataVideo = true; | 					loadeddataVideo = true; | ||||||
| 					 this.removeEventListener("loadeddata",function(){return false}); | 					this.removeEventListener("loadeddata",function(){return false}); | ||||||
| 				}); | 				}); | ||||||
|  |  | ||||||
| 				if(loadeddataVideo === true){ | 				if(loadeddataVideo === true){ | ||||||
| 					currentVideo.currentTime = 0; | 					currentVideo.currentTime = 0; | ||||||
| 					currentVideo.play(); | 					currentVideo.play(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user