diff options
author | Erik Turk <erik.turk@ontera.ca> | 2018-02-05 15:03:21 -0500 |
---|---|---|
committer | Erik Turk <erik.turk@ontera.ca> | 2018-02-05 15:03:21 -0500 |
commit | 842c8b83d2b5cb32c54d773f343ac6e82c59ce55 (patch) | |
tree | a7bc0f00667bd1f10ab9efbe4cf81e73c01761e2 /client | |
parent | 9705118ca28a0f89043ad86f6a5c9abd1813e594 (diff) | |
download | wekan-842c8b83d2b5cb32c54d773f343ac6e82c59ce55.tar.gz wekan-842c8b83d2b5cb32c54d773f343ac6e82c59ce55.tar.bz2 wekan-842c8b83d2b5cb32c54d773f343ac6e82c59ce55.zip |
missing )
Diffstat (limited to 'client')
-rw-r--r-- | client/components/cards/cardDetails.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js index 83cb9fc3..e73632cb 100644 --- a/client/components/cards/cardDetails.js +++ b/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 = ''; |