Added swipebox package and added it to attachement images

Also removed '.js-open-viewer' and it's styling stub
This commit is contained in:
Brooks Becton 2017-10-28 10:15:05 -05:00
parent dd1a8ade5e
commit d48043c7ee
4 changed files with 4 additions and 5 deletions

View file

@ -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);
},