diff options
author | Hakim El Hattab | 2013-04-27 16:18:39 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-04-27 16:18:39 -0400 |
commit | fdecb74cc82d0f12df136c5269f4e8d466653d31 (patch) | |
tree | 99a2bc63ae4b9a4432aecc724a7e26ada484cd14 /js/reveal.js | |
parent | 31e9c415fe440515b2bf7e294dc4769f14b045bb (diff) |
also update controls and progress on sync
Diffstat (limited to 'js/reveal.js')
-rw-r--r-- | js/reveal.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js index b38dc18..2a217c8 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1169,6 +1169,9 @@ var Reveal = (function(){ // Start auto-sliding if it's enabled cueAutoSlide(); + updateControls(); + updateProgress(); + } /** |