mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
parent
669c2f3861
commit
bb9d5cb694
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue