diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-30 22:35:42 -0800 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-30 22:35:42 -0800 |
commit | cbd59efef8f7133c29917b073ceb3f1e77280f40 (patch) | |
tree | 8a92b94e44917eaf49d8668892fb432ec210dfbe /index.html | |
parent | 9856f57db5a2a66d78f58f07069ebf8c1f5b9d56 (diff) | |
download | fosdem-2018-presentation-cbd59efef8f7133c29917b073ceb3f1e77280f40.tar fosdem-2018-presentation-cbd59efef8f7133c29917b073ceb3f1e77280f40.tar.gz |
history on by default
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ progress: true, // If true; each slide will be pushed to the browser history - history: false, + history: true, // Apply a 3D roll to links on hover rollingLinks: true, |