mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Make backwards-compat urls less jumpy
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user