spaces/tabs okay - no 'git add i18n/en-GB.i18n.json'

This commit is contained in:
Erik Turk 2018-02-08 13:11:20 -05:00
parent 69aeee536d
commit 11b8e12ede
2 changed files with 436 additions and 2 deletions

View file

@ -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();
}