cockpit/themes/compact/theme.js in cpee-1.4.17 vs cockpit/themes/compact/theme.js in cpee-1.4.18

- old
+ new

@@ -159,10 +159,10 @@ 'menu_icon': icon, 'type': undefined, 'params': ['> finalize, > update', xml_node] }); } - if (xml_node.get(0).tagName == "call" || xml_node.get(0).tagName == "manipulate") { + if (xml_node.get(0).tagName == "call" || xml_node.get(0).tagName == "manipulate" || xml_node.get(0).tagName == "stop") { var icon = self.elements.call.illustrator.svg.clone(); icon.children('g.replace').addClass('active'); var vtarget = self.adaptor.illustrator.get_node_by_svg_id(svgid); if (vtarget.length > 0) { if (vtarget.parents('g.activities.passive, g.activities.active').length > 0) {