summaryrefslogtreecommitdiffstats
path: root/client/components/main/popup.js
diff options
context:
space:
mode:
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() {