From 0a82172d25a6528719e1625174bfcf6dd8aa2166 Mon Sep 17 00:00:00 2001 From: Bartek Szopka Date: Tue, 6 Mar 2012 13:45:29 +0100 Subject: [PATCH] added link to Chrome location change bug --- js/impress.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/impress.js b/js/impress.js index 9990686..46f3533 100644 --- a/js/impress.js +++ b/js/impress.js @@ -256,6 +256,7 @@ // // and it has to be set after animation finishes, because in chrome it // causes transtion being laggy + // BUG: http://code.google.com/p/chromium/issues/detail?id=62820 window.clearTimeout( hashTimeout ); hashTimeout = window.setTimeout(function () { window.location.hash = "#/" + el.id;