aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/reveal.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 7b81e5c..410b390 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -284,7 +284,7 @@ var Reveal = (function(){
}
if( scripts.length ) {
- head.ready( proceed );
+ scripts.push(proceed);
// Load synchronous scripts
head.js.apply( null, scripts );