mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 16:56:11 +01:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
|
|
Meteor.subscribe('boards');
|
||
|
|
|
||
|
|
Template.userFormsLayout.onRendered(function() {
|
||
|
|
EscapeActions.executeAll();
|
||
|
|
});
|