diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-10-31 06:02:55 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-10-31 06:02:55 +0200 |
commit | c5e36d9160035c2f3640735620cf4157608b53c1 (patch) | |
tree | ced80a4671f652f766048fd57244463bb9862f25 /client/components/cards/attachments.js | |
parent | aa1646ad45de5877f193c6dd1734901827ef77d7 (diff) | |
parent | 28c78fdfef1a44622c411734b8a3f3fc2aff9dac (diff) | |
download | wekan-c5e36d9160035c2f3640735620cf4157608b53c1.tar.gz wekan-c5e36d9160035c2f3640735620cf4157608b53c1.tar.bz2 wekan-c5e36d9160035c2f3640735620cf4157608b53c1.zip |
Merge branch 'attachments-improvements' of https://github.com/brooksbecton/wekan into brooksbecton-attachments-improvements
Diffstat (limited to 'client/components/cards/attachments.js')
-rw-r--r-- | client/components/cards/attachments.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/components/cards/attachments.js b/client/components/cards/attachments.js index 95cb9f55..36e8a5ec 100644 --- a/client/components/cards/attachments.js +++ b/client/components/cards/attachments.js @@ -11,9 +11,6 @@ Template.attachmentsGalery.events({ 'click .js-download'(event) { event.stopPropagation(); }, - 'click .js-open-viewer'() { - // XXX Not implemented! - }, 'click .js-add-cover'() { Cards.findOne(this.cardId).setCover(this._id); }, |