mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
missing )
This commit is contained in:
parent
9705118ca2
commit
842c8b83d2
1 changed files with 1 additions and 1 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue