From fdcae226aacbcd53261e4eff6b1cb1ba9d3c646e Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 12 Dec 2016 11:25:20 -0500 Subject: [PATCH] Removed rogue comment - not needed --- .../workflows/workflow-chart/workflow-chart.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js b/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js index b8d8ffcbdc..cb6eeafa28 100644 --- a/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js +++ b/awx/ui/client/src/templates/workflows/workflow-chart/workflow-chart.directive.js @@ -190,7 +190,7 @@ export default [ '$state', .text(function () { return "START"; }) .call(add_node); } - else {//d.isActiveEdit + else { thisNode.append("rect") .attr("width", rectW) .attr("height", rectH)