From d48043c7eef6e4314137d19149dbc7a7cbe4b615 Mon Sep 17 00:00:00 2001 From: Brooks Becton Date: Sat, 28 Oct 2017 10:15:05 -0500 Subject: Added swipebox package and added it to attachement images Also removed '.js-open-viewer' and it's styling stub --- client/components/cards/attachments.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/components/cards/attachments.js') 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); }, -- cgit v1.2.3-1-g7c22