mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 09:16:10 +01:00
parent
20ecc9dad5
commit
c9310dbda0
8 changed files with 0 additions and 15 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import Attachments from '../../../models/attachments';
|
||||
|
||||
Template.attachmentsGalery.events({
|
||||
'click .js-add-attachment': Popup.open('cardAttachments'),
|
||||
'click .js-confirm-delete': Popup.afterConfirm(
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
import Attachments from '../../../models/attachments';
|
||||
|
||||
Template.editor.onRendered(() => {
|
||||
const textareaSelector = 'textarea';
|
||||
const mentions = [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import Avatars from '../../../models/avatars';
|
||||
Template.userAvatar.helpers({
|
||||
userData() {
|
||||
// We need to handle a special case for the search results provided by the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue