Revert "added copyManyCard"

This reverts commit c3fe70e094.
This commit is contained in:
Erik Turk 2018-02-05 10:58:36 -05:00
parent 669c2f3861
commit bb9d5cb694

View file

@ -170,7 +170,6 @@ Template.cardDetailsActionsPopup.events({
'click .js-spent-time': Popup.open('editCardSpentTime'),
'click .js-move-card': Popup.open('moveCard'),
'click .js-copy-card': Popup.open('copyCard'),
'click .js-copy-many-card': Popup.open('copyManyCard'),
'click .js-move-card-to-top' (evt) {
evt.preventDefault();
const minOrder = _.min(this.list().cards().map((c) => c.sort));