From 1c4ef888ee83ac24190aeba5fa17df6ea434e7e3 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Fri, 24 Oct 2014 19:15:26 -0700 Subject: [PATCH] Make backwards-compat urls less jumpy --- docs/client/links.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/client/links.js b/docs/client/links.js index de7f59f54b..1add3b9710 100644 --- a/docs/client/links.js +++ b/docs/client/links.js @@ -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 () {