We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57de20 commit d951217Copy full SHA for d951217
index.html
@@ -314,7 +314,8 @@ <h3 class="inverted">BY Hakim El Hattab / hakim.se</h3>
314
} );
315
316
// Load third party scripts
317
- head.js( 'lib/js/highlight.js', 'lib/js/classList.js', function() {
+ head.js( 'lib/js/classList.js' );
318
+ head.js( 'lib/js/highlight.js', function() {
319
// Fire off syntax highlighting for potential code samples in the slides
320
hljs.initHighlightingOnLoad();
321
0 commit comments