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:
Maxime Quandalle 2015-12-22 22:08:01 +01:00
parent e124ad8ed9
commit c615d1d273
3 changed files with 1 additions and 6 deletions

View file

@ -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();