added link to Chrome location change bug

This commit is contained in:
Bartek Szopka
2012-03-06 13:45:29 +01:00
parent d43232fa90
commit 0a82172d25

View File

@@ -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;