diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-12-19 11:04:29 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-12-19 11:04:29 +0100 |
commit | b645828707cd9752055f2e2c237f977207c4ea73 (patch) | |
tree | 224f442393e90a7734ce2107f82aabe239dcea1d /demo.html | |
parent | 6ef565c9fb85d0b20132475d7abce4b4c963d8c5 (diff) | |
download | perl-software-in-gnu-guix-b645828707cd9752055f2e2c237f977207c4ea73.tar perl-software-in-gnu-guix-b645828707cd9752055f2e2c237f977207c4ea73.tar.gz |
ensure history api is available, default to hash: true with no history in demo #2286
Diffstat (limited to 'demo.html')
-rw-r--r-- | demo.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |