From f27db1dc84cdbf8063cbaa6b6a034f45b7d08d92 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 29 Feb 2012 19:24:57 -0500 Subject: [PATCH] default hash updates to false, see http://code.google.com/p/chromium/issues/detail?id=62820 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1518eb9..808f0c0 100644 --- a/index.html +++ b/index.html @@ -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,