summaryrefslogtreecommitdiffstats
path: root/client/components/main/popup.js
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-05-22 19:40:12 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-05-22 19:40:12 +0200
commit6fe08cd4b3a0db0695db13a1b95cab7834de3ba6 (patch)
tree75eab6c86b48696c04dd205bd38b0887f9d72f78 /client/components/main/popup.js
parent790a0e0a2d703f4a318acea3b102fcc6f7aebbb0 (diff)
downloadwekan-6fe08cd4b3a0db0695db13a1b95cab7834de3ba6.tar.gz
wekan-6fe08cd4b3a0db0695db13a1b95cab7834de3ba6.tar.bz2
wekan-6fe08cd4b3a0db0695db13a1b95cab7834de3ba6.zip
Animate popup screens transition
Diffstat (limited to 'client/components/main/popup.js')
-rw-r--r--client/components/main/popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/main/popup.js b/client/components/main/popup.js
index 53695d10..e6ce8051 100644
--- a/client/components/main/popup.js
+++ b/client/components/main/popup.js
@@ -7,7 +7,7 @@ Popup.template.events({
'click .js-back-view': function() {
Popup.back();
},
- 'click .js-close-popover': function() {
+ 'click .js-close-pop-over': function() {
Popup.close();
},
'click .js-confirm': function() {