mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Remove the import trello card feature
See the following discussion for rationale: https://github.com/wekan/wekan/issues/113#issuecomment-163039089
This commit is contained in:
parent
e124ad8ed9
commit
c615d1d273
3 changed files with 1 additions and 6 deletions
|
|
@ -33,7 +33,6 @@ Template.listActionPopup.events({
|
|||
MultiSelection.add(cardIds);
|
||||
Popup.close();
|
||||
},
|
||||
'click .js-import-card': Popup.open('listImportCard'),
|
||||
'click .js-close-list'(evt) {
|
||||
evt.preventDefault();
|
||||
this.archive();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue