mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
10 lines
192 B
JavaScript
10 lines
192 B
JavaScript
|
|
// Template.cards.events({
|
||
|
|
// 'click .member': Popup.open('cardMember')
|
||
|
|
// });
|
||
|
|
|
||
|
|
BlazeComponent.extendComponent({
|
||
|
|
template: function() {
|
||
|
|
return 'minicard';
|
||
|
|
}
|
||
|
|
}).register('minicard');
|