Erik Turk 7 лет назад
Родитель
Сommit
842c8b83d2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      client/components/cards/cardDetails.js

+ 1 - 1
client/components/cards/cardDetails.js

@@ -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 = '';