From 4431ec5a2761d56685d2fca1202679b9bdcd9b81 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 10 Jul 2023 15:04:46 +0300 Subject: [PATCH] Added missing character. Thanks to xet7 ! --- client/components/cards/attachments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/cards/attachments.js b/client/components/cards/attachments.js index 2823351ea..92861900b 100644 --- a/client/components/cards/attachments.js +++ b/client/components/cards/attachments.js @@ -12,7 +12,7 @@ let openAttachmentId = null; // Stores link to the attachment for which attachment actions popup was opened -attachmentActionsLink = null +attachmentActionsLink = null; Template.attachmentGallery.events({ 'click .open-preview'(event) {