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;