summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.js
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-30 16:01:28 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-30 16:02:25 +0200
commitbc9d9c2a42dea3009104b78e827f3008ecc11958 (patch)
tree6fe6b2c83bc2ea7ea2b9b5b6ac5ecd89dae6c08f /client/components/cards/cardDetails.js
parentfaa2fad1501a3f827fe270067c771265f32e7501 (diff)
downloadwekan-bc9d9c2a42dea3009104b78e827f3008ecc11958.tar.gz
wekan-bc9d9c2a42dea3009104b78e827f3008ecc11958.tar.bz2
wekan-bc9d9c2a42dea3009104b78e827f3008ecc11958.zip
Redesign the card design header and change header menu icon
Diffstat (limited to 'client/components/cards/cardDetails.js')
-rw-r--r--client/components/cards/cardDetails.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js
index 82ecde85..c0ea6a05 100644
--- a/client/components/cards/cardDetails.js
+++ b/client/components/cards/cardDetails.js
@@ -56,7 +56,6 @@ BlazeComponent.extendComponent({
'click .js-close-card-details': function() {
Utils.goBoardId(this.data().boardId);
},
- 'click .js-move-card': Popup.open('moveCard'),
'click .js-open-card-details-menu': Popup.open('cardDetailsActions'),
'submit .js-card-description': function(evt) {
evt.preventDefault();
@@ -85,6 +84,7 @@ Template.cardDetailsActionsPopup.events({
'click .js-members': Popup.open('cardMembers'),
'click .js-labels': Popup.open('cardLabels'),
'click .js-attachments': Popup.open('cardAttachments'),
+ 'click .js-move-card': Popup.open('moveCard'),
// 'click .js-copy': Popup.open(),
'click .js-archive': function(evt) {
evt.preventDefault();