mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 23:14:07 +01:00
more my cards
* add user menu entry (needs icon) * format list * add new translation slugs to English and Arabic
This commit is contained in:
parent
223fb78bd8
commit
885de88d35
7 changed files with 30 additions and 11 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