Commit ae428874 authored by jgould's avatar jgould

regenerated minified build

parent 65400dac
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -29,10 +29,10 @@ morpheus.Popup.init = function() {
'block').css('position', 'static').css('margin-bottom', '5px');
morpheus.Popup.$contextMenu.appendTo(morpheus.Popup.$popupDiv);
morpheus.Popup.$contextMenu.on('click', 'a', function(e) {
e.preventDefault();
var $this = $(this);
var name = $.trim($this.text());
if (name !== 'Copy') {
e.preventDefault();
morpheus.Popup.popupCallback(e, name);
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