diff options
author | nztqa <nztqa@users.noreply.github.com> | 2017-07-01 23:03:54 +0900 |
---|---|---|
committer | nztqa <nztqa@users.noreply.github.com> | 2017-07-01 23:03:54 +0900 |
commit | 29f65be1e008e7106253f3c8cb8d751079696e45 (patch) | |
tree | 59975ddc868785e0ebec24fa8292fbe2f2178510 /client/components/cards/checklists.jade | |
parent | cbbdf8442dbe9026176098843b6377346c5ec117 (diff) | |
download | wekan-29f65be1e008e7106253f3c8cb8d751079696e45.tar.gz wekan-29f65be1e008e7106253f3c8cb8d751079696e45.tar.bz2 wekan-29f65be1e008e7106253f3c8cb8d751079696e45.zip |
Add check to see if input is empty
Diffstat (limited to 'client/components/cards/checklists.jade')
-rw-r--r-- | client/components/cards/checklists.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/checklists.jade b/client/components/cards/checklists.jade index c59b6307..d04a9b60 100644 --- a/client/components/cards/checklists.jade +++ b/client/components/cards/checklists.jade @@ -4,7 +4,7 @@ template(name="checklists") each checklist in currentCard.checklists +checklistDetail(checklist = checklist) if canModifyCard - +inlinedForm(classNames="js-add-checklist" cardId = cardId) + +inlinedForm(autoclose=false classNames="js-add-checklist" cardId = cardId) +addChecklistItemForm else a.js-open-inlined-form |