From 5f482eb377fcbce719002ed283c12bd75fe60fa0 Mon Sep 17 00:00:00 2001 From: Jeremy Shimko Date: Tue, 11 Aug 2015 00:20:09 -0400 Subject: [PATCH] avoidRedirect no longer used --- lib/client/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/client.js b/lib/client/client.js index c3fea2a..5658e32 100644 --- a/lib/client/client.js +++ b/lib/client/client.js @@ -91,7 +91,7 @@ AccountsTemplates.linkClick = function(route) { return; } var path = AccountsTemplates.getRoutePath(route); - if (path === '#' || AccountsTemplates.avoidDefaultRedirect || path === FlowRouter.current().path) { + if (path === '#' || path === FlowRouter.current().path) { AccountsTemplates.setState(route); } else { Meteor.defer(function() {