Commit ae428874 authored by jgould's avatar jgould

regenerated minified build

parent 65400dac
This diff is collapsed.
...@@ -29,10 +29,10 @@ morpheus.Popup.init = function() { ...@@ -29,10 +29,10 @@ morpheus.Popup.init = function() {
'block').css('position', 'static').css('margin-bottom', '5px'); 'block').css('position', 'static').css('margin-bottom', '5px');
morpheus.Popup.$contextMenu.appendTo(morpheus.Popup.$popupDiv); morpheus.Popup.$contextMenu.appendTo(morpheus.Popup.$popupDiv);
morpheus.Popup.$contextMenu.on('click', 'a', function(e) { morpheus.Popup.$contextMenu.on('click', 'a', function(e) {
e.preventDefault();
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