From 11b8e12ede3c29e39246df5e4dd5ca3abe88ec2c Mon Sep 17 00:00:00 2001 From: Erik Turk Date: Thu, 8 Feb 2018 13:11:20 -0500 Subject: spaces/tabs okay - no 'git add i18n/en-GB.i18n.json' --- client/components/cards/cardDetails.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/components') 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(); } -- cgit v1.2.3-1-g7c22