mirror of
https://github.com/wekan/wekan.git
synced 2026-03-10 15:42:34 +01:00
Fix typo
This commit is contained in:
parent
070e8831b4
commit
a8af5343a7
5 changed files with 28 additions and 28 deletions
|
|
@ -4,7 +4,7 @@ import DOMPurify from 'dompurify';
|
|||
const filesize = require('filesize');
|
||||
const prettyMilliseconds = require('pretty-ms');
|
||||
|
||||
Template.attachmentsGalery.events({
|
||||
Template.attachmentsGallery.events({
|
||||
'click .pdf'(event) {
|
||||
let link = $(event.currentTarget).attr("href");
|
||||
$("#pdf-viewer").attr("data", link);
|
||||
|
|
@ -25,7 +25,7 @@ Template.attachmentsGalery.events({
|
|||
'click .js-open-attachment-menu': Popup.open('attachmentActions'),
|
||||
});
|
||||
|
||||
Template.attachmentsGalery.helpers({
|
||||
Template.attachmentsGallery.helpers({
|
||||
isBoardAdmin() {
|
||||
return Meteor.user().isBoardAdmin();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue