aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-03-07 22:43:12 +0100
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-03-07 22:43:12 +0100
commit74a309a8036e1054989500ab06b3452ee8a1558d (patch)
tree6de22503cb747d1e7341f56e0372c22b9d968410
parent8eb5442e2f20bcfb962b50bf2401458af248defe (diff)
parent8a0b80d5ac65631d7e5b27b1714d12d1b7dd73ce (diff)
downloadimpress.js-74a309a8036e1054989500ab06b3452ee8a1558d.tar.gz
Merge branch 'master' into scale
-rw-r--r--js/impress.js2
1 files changed, 1 insertions, 1 deletions
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 = {