diff --git a/js/impress.js b/js/impress.js index f9c63ab..bb26afe 100644 --- a/js/impress.js +++ b/js/impress.js @@ -273,7 +273,7 @@ // BUG: http://code.google.com/p/chromium/issues/detail?id=62820 window.clearTimeout( hashTimeout ); hashTimeout = window.setTimeout(function () { - history.pushState({}, '', '#' + el.id); + window.location.hash = "#/" + el.id; }, 1000); var target = {