aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2015-11-07 14:20:38 +0100
committerHakim El Hattab2015-11-07 14:20:38 +0100
commit21d02eed32af56147cf394acafbd54523cb9de15 (patch)
tree1bdc0b2b442d635c6d180b4ddd02c528669dee20
parentfcfcf9e7844b131d175a8567da5dac2168eb21ac (diff)
parente74c3c6b76238fdcbdabea02466fdb44433a9c1e (diff)
Merge branch 'master' of github.com:hakimel/reveal.js into dev
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 1049a85..c951ff7 100644
--- a/index.html
+++ b/index.html
@@ -399,7 +399,7 @@ Reveal.addEventListener( 'customevent', function() {
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
- { src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
+ { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]