From ac6b0fc3b84a908911b609740c99c49002f8a3d0 Mon Sep 17 00:00:00 2001 From: Raphael Parree Date: Sun, 24 May 2020 11:16:52 +0200 Subject: [PATCH] Fixed wrong usage of `data-next-slide-indexh` in demo (was `[data-next-slide-idx]`) --- webyarns-demo.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webyarns-demo.html b/webyarns-demo.html index d2d19f6e8f3..f65c4a3fe7c 100644 --- a/webyarns-demo.html +++ b/webyarns-demo.html @@ -42,8 +42,8 @@

Next slide is right only

Previous was right only

-
-

This one has a data-next-slide-idx=1

+
+

This one has a data-next-slide-indexh=1

Slide will move automatically move

@@ -69,6 +69,7 @@

End

// - https://github.com/hakimel/reveal.js#configuration // - https://github.com/hakimel/reveal.js#dependencies Reveal.initialize({ + dependencies: [ { src: 'webyarns/lib/webyarn-plugin.js' }, { src: 'plugin/markdown/marked.js' },