aboutsummaryrefslogtreecommitdiff
path: root/demo.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-03-04 14:32:38 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-03-04 14:32:38 +0100
commitc40e9819a24922dd1f16ea7b0bb809127978a21b (patch)
treef5c8802b12d7829e7f62d3a5ac4642b93490a3a2 /demo.html
parentd780352b7f78e16635ce9fabf2dbb53639610f18 (diff)
downloadperl-software-in-gnu-guix-c40e9819a24922dd1f16ea7b0bb809127978a21b.tar
perl-software-in-gnu-guix-c40e9819a24922dd1f16ea7b0bb809127978a21b.tar.gz
highlight, math, notes and zoom plugins now register via Reveal.registerPlugin
Diffstat (limited to 'demo.html')
-rw-r--r--demo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo.html b/demo.html
index 6269746..808e314 100644
--- a/demo.html
+++ b/demo.html
@@ -402,7 +402,7 @@ Reveal.addEventListener( 'customevent', function() {
dependencies: [
{ 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, callback: function() { hljs.initHighlightingOnLoad(); } },
+ { src: 'plugin/highlight/highlight.js', async: true },
{ src: 'plugin/search/search.js', async: true },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }