aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-07-09 21:03:08 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-07-09 21:03:22 -0400
commitd9512172e289567fc778547246419996a84a2855 (patch)
tree4519f79e658e0eb8132b73061080c56c33adff74 /index.html
parentf57de200ec32861835c9582090d52c70e73dace9 (diff)
downloadfosdem-2018-presentation-d9512172e289567fc778547246419996a84a2855.tar
fosdem-2018-presentation-d9512172e289567fc778547246419996a84a2855.tar.gz
separate loading of classList.js as its not tied to execution of highlight.js
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index d2dfdab..4c62b48 100644
--- 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();
} );