mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Added missing character.
Thanks to xet7 !
This commit is contained in:
parent
d7784a8d38
commit
4431ec5a27
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue