aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab2013-04-27 16:18:39 -0400
committerHakim El Hattab2013-04-27 16:18:39 -0400
commitfdecb74cc82d0f12df136c5269f4e8d466653d31 (patch)
tree99a2bc63ae4b9a4432aecc724a7e26ada484cd14 /js/reveal.js
parent31e9c415fe440515b2bf7e294dc4769f14b045bb (diff)
also update controls and progress on sync
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js3
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();
+
}
/**