aboutsummaryrefslogtreecommitdiff
path: root/demo.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-06-19 09:36:25 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-06-19 09:36:25 +0200
commit7d0d3c24ca16d17034c5891e8966b33ffc2c533c (patch)
tree3b1de8054c8971fa349c44ad3665d003dc327e6d /demo.html
parentaf7c33b902dbeff05e32dcd720b1480356401e6b (diff)
parentce467b53bc44325424787858c59bb134ed53f8b6 (diff)
downloadfosdem-2018-presentation-7d0d3c24ca16d17034c5891e8966b33ffc2c533c.tar
fosdem-2018-presentation-7d0d3c24ca16d17034c5891e8966b33ffc2c533c.tar.gz
Merge branch 'master' of https://github.com/linux-man/reveal.js into dev
Diffstat (limited to 'demo.html')
-rw-r--r--demo.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo.html b/demo.html
index e27cc72..66b1904 100644
--- a/demo.html
+++ b/demo.html
@@ -398,6 +398,7 @@ Reveal.addEventListener( 'customevent', function() {
{ 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/search/search.js', async: true },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]