Issue #698: Non-async scripts were not executed before Reveal started
This commit is contained in:
		@@ -284,7 +284,7 @@ var Reveal = (function(){
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if( scripts.length ) {
 | 
							if( scripts.length ) {
 | 
				
			||||||
			head.ready( proceed );
 | 
					            scripts.push(proceed);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			// Load synchronous scripts
 | 
								// Load synchronous scripts
 | 
				
			||||||
			head.js.apply( null, scripts );
 | 
								head.js.apply( null, scripts );
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user