missing )

This commit is contained in:
Erik Turk 2018-02-05 15:03:21 -05:00
parent 9705118ca2
commit 842c8b83d2

View file

@ -314,7 +314,7 @@ Template.copyManyCardPopup.events({
if (titleEntry) {
var title, titleList;
for (let title of titleList.split(",") {
for (let title of titleList.split(",")) {
card.title = title;
card.coverId = '';