Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernath committed Sep 14, 2015
1 parent 9ccd341 commit 6143231
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/triggers.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ Triggers.runTriggers = function(triggers, context, redirectFn, after) {

abort = true;
alreadyRedirected = true;

// Need to close old route prior to redirecting to fix #314
context.oldRoute.registerRouteClose();

redirectFn(url, params, queryParams);
}

Expand Down

0 comments on commit 6143231

Please sign in to comment.