浏览代码

Added missing character.

Thanks to xet7 !
Lauri Ojansivu 1 年之前
父节点
当前提交
4431ec5a27
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/cards/attachments.js

+ 1 - 1
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) {