mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Added swipebox package and added it to attachement images
Also removed '.js-open-viewer' and it's styling stub
This commit is contained in:
parent
dd1a8ade5e
commit
d48043c7ee
4 changed files with 4 additions and 5 deletions
|
|
@ -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);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue