summaryrefslogtreecommitdiffstats
path: root/client/lib/utils.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-09-04 21:11:41 +0300
committerGitHub <noreply@github.com>2019-09-04 21:11:41 +0300
commitbfbe32e1ec945e883a5d0dbf52c5554d8908d995 (patch)
tree5a938aed02c398b6b11a60505a3c85746ed54441 /client/lib/utils.js
parentccfaf879dd4ea0c24d2fed34131be5ad151bb28c (diff)
parent510407467c5245f13fb9508b6e95f6b490dcd36b (diff)
downloadwekan-bfbe32e1ec945e883a5d0dbf52c5554d8908d995.tar.gz
wekan-bfbe32e1ec945e883a5d0dbf52c5554d8908d995.tar.bz2
wekan-bfbe32e1ec945e883a5d0dbf52c5554d8908d995.zip
Merge pull request #2665 from whowillcare/master
Add Feature: complete the original author's webhook functions and add two-way webhook type
Diffstat (limited to 'client/lib/utils.js')
-rw-r--r--client/lib/utils.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/lib/utils.js b/client/lib/utils.js
index 81835929..cc3526c0 100644
--- a/client/lib/utils.js
+++ b/client/lib/utils.js
@@ -23,7 +23,6 @@ Utils = {
})
);
},
-
MAX_IMAGE_PIXEL: Meteor.settings.public.MAX_IMAGE_PIXEL,
COMPRESS_RATIO: Meteor.settings.public.IMAGE_COMPRESS_RATIO,
processUploadedAttachment(card, fileObj, callback) {