diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-07-14 17:35:49 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-07-14 17:35:49 -0400 |
commit | 0cb6eab9795c1fef956a44722b4bfedb1e7378d5 (patch) | |
tree | cacf6f645f69596e6033a6af45cd65dc6b7ed46f /js/reveal.js | |
parent | 18b4cb754a48a90a298169d5a1adac40ccc1984a (diff) | |
download | fosdem-2018-presentation-0cb6eab9795c1fef956a44722b4bfedb1e7378d5.tar fosdem-2018-presentation-0cb6eab9795c1fef956a44722b4bfedb1e7378d5.tar.gz |
fix initial auto-slide overridev #525
Diffstat (limited to 'js/reveal.js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js index b683eba..02b8932 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1536,6 +1536,8 @@ var Reveal = (function(){ autoSlide = config.autoSlide; } + cueAutoSlide(); + } else { // Since there are no slides we can't be anywhere beyond the |