mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 09:50:13 +01:00
missing coma
This commit is contained in:
parent
64e36d4827
commit
5eda2c80f8
1 changed files with 1 additions and 1 deletions
|
|
@ -56,5 +56,5 @@ Template.listActionPopup.events({
|
||||||
const currentList = this;
|
const currentList = this;
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
Lists.remove(currentList._id);
|
Lists.remove(currentList._id);
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue