Commit fc95445c authored by jgould's avatar jgould

prevent default

parent bed63c21
...@@ -32,6 +32,7 @@ morpheus.Popup.init = function() { ...@@ -32,6 +32,7 @@ morpheus.Popup.init = function() {
var $this = $(this); var $this = $(this);
var name = $.trim($this.text()); var name = $.trim($this.text());
if (name !== 'Copy') { if (name !== 'Copy') {
e.preventDefault();
morpheus.Popup.popupCallback(e, name); morpheus.Popup.popupCallback(e, name);
morpheus.Popup.hide(); morpheus.Popup.hide();
} }
......
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