aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-08 20:12:52 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-08 20:12:52 +0200
commita0a1ae193f0b18391a934a3f46e22527c4430fc4 (patch)
tree9c0cd45d41c8b903ce8ecc92d955e6be7ac3d8bc /examples
parentcca2a3cdf30f077511dd7a44934d15f8911e6526 (diff)
downloadfosdem-2021-minimalism-presentation-a0a1ae193f0b18391a934a3f46e22527c4430fc4.tar
fosdem-2021-minimalism-presentation-a0a1ae193f0b18391a934a3f46e22527c4430fc4.tar.gz
dont prevent page scrolling when swiping on embedded decks
Diffstat (limited to 'examples')
-rw-r--r--examples/multiple-presentations.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multiple-presentations.html b/examples/multiple-presentations.html
index e7965a8..5b29613 100644
--- a/examples/multiple-presentations.html
+++ b/examples/multiple-presentations.html
@@ -57,7 +57,7 @@
</div>
</div>
- <script src="../dist/reveal.es5.js"></script>
+ <script src="../dist/reveal.js"></script>
<script src="../dist/plugin/highlight.js"></script>
<script src="../dist/plugin/markdown.js"></script>
<script src="../dist/plugin/math.js"></script>