From b645828707cd9752055f2e2c237f977207c4ea73 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 19 Dec 2018 11:04:29 +0100 Subject: ensure history api is available, default to hash: true with no history in demo #2286 --- demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo.html') diff --git a/demo.html b/demo.html index 69f964b..9471f8b 100644 --- a/demo.html +++ b/demo.html @@ -393,8 +393,8 @@ Reveal.addEventListener( 'customevent', function() { Reveal.initialize({ controls: true, progress: true, - history: true, center: true, + hash: true, transition: 'slide', // none/fade/slide/convex/concave/zoom -- cgit v1.2.3