projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0dccd8
)
Issue #698: Non-async scripts were not executed before Reveal started
author
Thomas Endres
<Thomas-Endres@gmx.de>
Sun, 10 Nov 2013 13:48:50 +0000
(14:48 +0100)
committer
Thomas Endres
<Thomas-Endres@gmx.de>
Tue, 19 Nov 2013 19:56:40 +0000
(20:56 +0100)
js/reveal.js
patch
|
blob
|
history
diff --git
a/js/reveal.js
b/js/reveal.js
index 7b81e5c84746a7eff1d4c40b4c365389a6c22911..410b390d77b254bc901ece6450e25818b2eb6a8d 100644
(file)
--- 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 );