aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-10-17 09:17:30 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-10-17 09:17:30 -0400
commit68318407a8585d16e1e5f10668eceadaee50b27d (patch)
treefaddebccdf1b0ac3bb3f77538fd987c17afa3865 /js/reveal.js
parentcfb78d2ee812417cce384fe6796bd3ae47ca4876 (diff)
downloadfreenode-live-2017-presentation-68318407a8585d16e1e5f10668eceadaee50b27d.tar
freenode-live-2017-presentation-68318407a8585d16e1e5f10668eceadaee50b27d.tar.gz
resume auto-sliding when autoSlide config value changes
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 777f4ab..9ac7a45 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -582,6 +582,7 @@ var Reveal = (function(){
} );
autoSlidePlayer.on( 'click', onAutoSlidePlayerClick );
+ autoSlidePaused = false;
}
else if( autoSlidePlayer ) {
autoSlidePlayer.destroy();