aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
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();