Commit 37a2bbd8 by Xavier Antoviaque

Merge pull request #44 from edx-solutions/popup-click-close

Only close the feedback popup when clicking on the close 'x' button
parents ab07bc5f 0e685fcb
...@@ -28,7 +28,7 @@ function MessageView(element) { ...@@ -28,7 +28,7 @@ function MessageView(element) {
} }
popupDOM.show(); popupDOM.show();
popupDOM.on('click', function() { $('.close', popupDOM).on('click', function() {
self.clearPopupEvents(); self.clearPopupEvents();
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment