mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Teams/Organizations to Admin Panel. In Progress. Part 3.
Thanks to xet7 ! Related #802
This commit is contained in:
parent
12034ab619
commit
b64cd358ed
1 changed files with 2 additions and 2 deletions
|
|
@ -224,11 +224,11 @@ Template.checklists.helpers({
|
|||
});
|
||||
|
||||
Template.addChecklistItemForm.onRendered(() => {
|
||||
autosize($('textarea.js-add-checklist-item'))
|
||||
autosize($('textarea.js-add-checklist-item'));
|
||||
});
|
||||
|
||||
Template.editChecklistItemForm.onRendered(() => {
|
||||
autosize($('textarea.js-edit-checklist-item'))
|
||||
autosize($('textarea.js-edit-checklist-item'));
|
||||
});
|
||||
|
||||
Template.checklistDeleteDialog.onCreated(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue