cockpit/js/wfadaptor.cpee.js in cpee-1.3.173 vs cockpit/js/wfadaptor.cpee.js in cpee-1.3.174
- old
+ new
@@ -106,10 +106,10 @@
icon.children('.rfill:last').css({'fill':'red','fill-opacity':'0.5'});
return icon;
},
'params': ['> manipulate', xml_node]});
}
- contextmenu(menu, e);
+ new CustomMenu(e).contextmenu(menu);
}
return false;
} // }}}
this.events.click = function(svgid, e) { // {{{
if (adaptor.description.get_node_by_svg_id(svgid).length == 0) {