Make backwards-compat urls less jumpy

This commit is contained in:
Slava Kim
2014-10-24 19:15:26 -07:00
parent 10ed791597
commit 1c4ef888ee

View File

@@ -1,5 +1,5 @@
var ignoreUrlChange = false;
var ignoreWaypoints = false;
var ignoreWaypoints = true;
var deHash = function (hashString) {
return hashString.slice(1);
@@ -70,6 +70,7 @@ Tracker.autorun(function () {
} else {
window.location.replace("#/basic/");
}
return;
}
Tracker.afterFlush(function () {