aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab2012-06-18 15:16:05 -0400
committerHakim El Hattab2012-06-18 15:16:15 -0400
commit1f17bdd5c483cbaf9f833fff48aa186c4dd97d14 (patch)
treec1b07372d335f904da3caebea476cf4e4968d9cc /js/reveal.js
parent91b7df3e232af0a4aa23676340f640052aec6911 (diff)
enable controls by default
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 2d9603c..d398942 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -18,7 +18,7 @@ var Reveal = (function(){
// Configurations options, can be overridden at initialization time
config = {
- controls: false,
+ controls: true,
progress: false,
history: false,
loop: false,