Issue #698: Non-async scripts were not executed before Reveal started
parent
e0dccd85be
commit
0ffbe8d09c
|
@ -284,7 +284,7 @@ var Reveal = (function(){
|
|||
}
|
||||
|
||||
if( scripts.length ) {
|
||||
head.ready( proceed );
|
||||
scripts.push(proceed);
|
||||
|
||||
// Load synchronous scripts
|
||||
head.js.apply( null, scripts );
|
||||
|
|
Loading…
Reference in New Issue