From d2af2ed521eb283ef7499789f23cccc4308812fa Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sun, 23 Aug 2015 11:04:35 +0200 Subject: Close the Popup when all escape actions are executed --- client/config/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/config/router.js') diff --git a/client/config/router.js b/client/config/router.js index e251aea0..4545f220 100644 --- a/client/config/router.js +++ b/client/config/router.js @@ -28,7 +28,7 @@ FlowRouter.route('/b/:boardId/:slug/:cardId', { action: function(params) { Session.set('currentBoard', params.boardId); Session.set('currentCard', params.cardId); - EscapeActions.executeUpTo('popup'); + EscapeActions.executeUpTo('popup-close'); BlazeLayout.render('defaultLayout', { content: 'board' }); } -- cgit v1.2.3-1-g7c22