|
@@ -14,6 +14,8 @@ FlowRouter.route('/', {
|
|
Filter.reset();
|
|
Filter.reset();
|
|
EscapeActions.executeAll();
|
|
EscapeActions.executeAll();
|
|
|
|
|
|
|
|
+ Utils.manageMatomo();
|
|
|
|
+
|
|
BlazeLayout.render('defaultLayout', {
|
|
BlazeLayout.render('defaultLayout', {
|
|
headerBar: 'boardListHeaderBar',
|
|
headerBar: 'boardListHeaderBar',
|
|
content: 'boardList',
|
|
content: 'boardList',
|
|
@@ -38,6 +40,8 @@ FlowRouter.route('/b/:id/:slug', {
|
|
EscapeActions.executeUpTo('popup-close');
|
|
EscapeActions.executeUpTo('popup-close');
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ Utils.manageMatomo();
|
|
|
|
+
|
|
BlazeLayout.render('defaultLayout', {
|
|
BlazeLayout.render('defaultLayout', {
|
|
headerBar: 'boardHeaderBar',
|
|
headerBar: 'boardHeaderBar',
|
|
content: 'board',
|
|
content: 'board',
|
|
@@ -53,6 +57,8 @@ FlowRouter.route('/b/:boardId/:slug/:cardId', {
|
|
Session.set('currentBoard', params.boardId);
|
|
Session.set('currentBoard', params.boardId);
|
|
Session.set('currentCard', params.cardId);
|
|
Session.set('currentCard', params.cardId);
|
|
|
|
|
|
|
|
+ Utils.manageMatomo();
|
|
|
|
+
|
|
BlazeLayout.render('defaultLayout', {
|
|
BlazeLayout.render('defaultLayout', {
|
|
headerBar: 'boardHeaderBar',
|
|
headerBar: 'boardHeaderBar',
|
|
content: 'board',
|
|
content: 'board',
|