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() {