diff options
author | Brooks Becton <broabect@ut.utm.edu> | 2017-10-28 10:15:05 -0500 |
---|---|---|
committer | Brooks Becton <broabect@ut.utm.edu> | 2017-10-28 10:15:47 -0500 |
commit | d48043c7eef6e4314137d19149dbc7a7cbe4b615 (patch) | |
tree | c72284de6e4d00b2aa8fc14e5d07af371ea6cc09 /client/components/cards/attachments.js | |
parent | dd1a8ade5eabab15e91a41585d5848cf9abf7a05 (diff) | |
download | wekan-d48043c7eef6e4314137d19149dbc7a7cbe4b615.tar.gz wekan-d48043c7eef6e4314137d19149dbc7a7cbe4b615.tar.bz2 wekan-d48043c7eef6e4314137d19149dbc7a7cbe4b615.zip |
Added swipebox package and added it to attachement images
Also removed '.js-open-viewer' and it's styling stub
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); }, |