Skip to content

Commit

Permalink
avoidRedirect no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Aug 11, 2015
1 parent aa83215 commit 5f482eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5f482eb

Please sign in to comment.