Skip to content

Commit 21d02ee

Browse files
committed
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2 parents fcfcf9e + e74c3c6 commit 21d02ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h1>THE END</h1>
399399
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
400400
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
401401
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
402-
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
402+
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
403403
{ src: 'plugin/zoom-js/zoom.js', async: true },
404404
{ src: 'plugin/notes/notes.js', async: true }
405405
]

0 commit comments

Comments
 (0)