mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix lint errors.
This commit is contained in:
parent
3b6c1baff3
commit
bee9bf2226
1 changed files with 36 additions and 35 deletions
|
|
@ -39,7 +39,9 @@ Template.listActionPopup.events({
|
||||||
'click .js-add-card' () {
|
'click .js-add-card' () {
|
||||||
const listDom = document.getElementById(`js-list-${this._id}`);
|
const listDom = document.getElementById(`js-list-${this._id}`);
|
||||||
const listComponent = BlazeComponent.getComponentForElement(listDom);
|
const listComponent = BlazeComponent.getComponentForElement(listDom);
|
||||||
listComponent.openForm({ position: 'top' });
|
listComponent.openForm({
|
||||||
|
position: 'top'
|
||||||
|
});
|
||||||
Popup.close();
|
Popup.close();
|
||||||
},
|
},
|
||||||
'click .js-list-subscribe' () {},
|
'click .js-list-subscribe' () {},
|
||||||
|
|
@ -70,4 +72,3 @@ Template.listMorePopup.events({
|
||||||
Utils.goBoardId(this.boardId);
|
Utils.goBoardId(this.boardId);
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue