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:
f57de20
)
separate loading of classList.js as its not tied to execution of highlight.js
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Tue, 10 Jul 2012 01:03:08 +0000
(21:03 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Tue, 10 Jul 2012 01:03:22 +0000
(21:03 -0400)
index.html
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index d2dfdab99bea8d8a5dbd2cf5532787267a5f025e..4c62b48af003391ff7549a4e59365dfdc6f79c44 100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-314,7
+314,8
@@
linkify( 'a' );
} );
// Load third party scripts
- head.js( 'lib/js/highlight.js', 'lib/js/classList.js', function() {
+ head.js( 'lib/js/classList.js' );
+ head.js( 'lib/js/highlight.js', function() {
// Fire off syntax highlighting for potential code samples in the slides
hljs.initHighlightingOnLoad();
} );