소스 검색

Added missing character.

Thanks to xet7 !
Lauri Ojansivu 2 년 전
부모
커밋
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) {