summaryrefslogtreecommitdiffstats
path: root/client/config/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/config/router.js')
-rw-r--r--client/config/router.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/config/router.js b/client/config/router.js
index eb072934..a3d8897d 100644
--- a/client/config/router.js
+++ b/client/config/router.js
@@ -37,7 +37,7 @@ FlowRouter.route('/b/:id/:slug', {
FlowRouter.route('/b/:boardId/:slug/:cardId', {
name: 'card',
action: function(params) {
- EscapeActions.executeUpTo('popup-close');
+ EscapeActions.executeUpTo('inlinedForm');
Session.set('currentBoard', params.boardId);
Session.set('currentCard', params.cardId);