aboutsummaryrefslogtreecommitdiff
path: root/js/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/config.js')
-rw-r--r--js/config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/config.js b/js/config.js
index 0419f99..dd5e843 100644
--- a/js/config.js
+++ b/js/config.js
@@ -62,6 +62,9 @@ export default {
// page/copying the URL will return you to the same slide
hash: false,
+ // Flags if we should monitor the hash and change slides accordingly
+ respondToHashChanges: true,
+
// Push each slide change to the browser history. Implies `hash: true`
history: false,