From: Hakim El Hattab Date: Thu, 1 Mar 2012 00:24:57 +0000 (-0500) Subject: default hash updates to false, see http://code.google.com/p/chromium/issues/detail... X-Git-Tag: 1.2.0~15 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f27db1dc84cdbf8063cbaa6b6a034f45b7d08d92;p=reveal.js.git default hash updates to false, see code.google.com/p/chromium/issues/detail?id=62820 --- 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,