summaryrefslogtreecommitdiffstats
path: root/client/components/lists/listBody.js
diff options
context:
space:
mode:
authorAngelo Gallarello <angelo.gallarell@gmail.com>2018-08-03 19:47:20 +0200
committerAngelo Gallarello <angelo.gallarell@gmail.com>2018-08-03 19:47:20 +0200
commitf63482b58775a2f52fdd5f932ce7d14f16757133 (patch)
tree886fdeae889b05ea009d67ed2181a5c46985f48a /client/components/lists/listBody.js
parentd5870472fbc988d1a4a4fcec0aa46544bbedefab (diff)
downloadwekan-f63482b58775a2f52fdd5f932ce7d14f16757133.tar.gz
wekan-f63482b58775a2f52fdd5f932ce7d14f16757133.tar.bz2
wekan-f63482b58775a2f52fdd5f932ce7d14f16757133.zip
UI for rules list
Diffstat (limited to 'client/components/lists/listBody.js')
-rw-r--r--client/components/lists/listBody.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js
index 0a10f7d5..b93b7e67 100644
--- a/client/components/lists/listBody.js
+++ b/client/components/lists/listBody.js
@@ -95,6 +95,8 @@ BlazeComponent.extendComponent({
evt.preventDefault();
Utils.goBoardId(Session.get('currentBoard'));
}
+ console.log(evt)
+
},
cardIsSelected() {