diff options
author | Hakim El Hattab | 2012-02-29 19:24:57 -0500 |
---|---|---|
committer | Hakim El Hattab | 2012-02-29 19:24:57 -0500 |
commit | f27db1dc84cdbf8063cbaa6b6a034f45b7d08d92 (patch) | |
tree | 6b76c65dc54dd659f9e9abf6abb697ec190faa0f /index.html | |
parent | ba8fc0bc35c6715f2918d6f18cf15d5bad7f8644 (diff) |
default hash updates to false, see http://code.google.com/p/chromium/issues/detail?id=62820
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ progress: true, // If true; each slide will be pushed to the browser history - history: true, + history: false, // Flags if mouse wheel navigation should be enabled mouseWheel: true, |