diff options
author | Erik Turk <erik.turk@ontera.ca> | 2018-02-08 13:11:20 -0500 |
---|---|---|
committer | Erik Turk <erik.turk@ontera.ca> | 2018-02-08 13:11:20 -0500 |
commit | 11b8e12ede3c29e39246df5e4dd5ca3abe88ec2c (patch) | |
tree | 13cbb94acc2c84d8b4b10e3f09a904eb61e56c18 /client/components/cards | |
parent | 69aeee536d03b7674ec79daa76c60c1cc7230fc7 (diff) | |
download | wekan-11b8e12ede3c29e39246df5e4dd5ca3abe88ec2c.tar.gz wekan-11b8e12ede3c29e39246df5e4dd5ca3abe88ec2c.tar.bz2 wekan-11b8e12ede3c29e39246df5e4dd5ca3abe88ec2c.zip |
spaces/tabs okay - no 'git add i18n/en-GB.i18n.json'
Diffstat (limited to 'client/components/cards')
-rw-r--r-- | client/components/cards/cardDetails.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js index 9e08e248..1ea23a69 100644 --- a/client/components/cards/cardDetails.js +++ b/client/components/cards/cardDetails.js @@ -333,7 +333,7 @@ Template.copyManyCardPopup.events({ checklist.cardId = _id; checklist._id = null; Checklists.insert(checklist); - }); + }); // copy card comments cursor = CardComments.find({cardId: oldId}); @@ -343,7 +343,7 @@ Template.copyManyCardPopup.events({ comment.cardId = _id; comment._id = null; CardComments.insert(comment); - }); + }); } Popup.close(); } |