Browse Source

cleaning

dds
Frank Bösing 4 years ago
parent
commit
777ee3a6d7
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      gui/red/ui/view.js

+ 0
- 5
gui/red/ui/view.js View File

@@ -1057,7 +1057,6 @@ RED.view = (function() {
.on("touchstart",nodeButtonClicked)
}


var mainRect = node.append("rect")
.attr("class", "node")
.classed("node_unknown",function(d) { return d.type == "unknown"; })
@@ -1228,7 +1227,6 @@ RED.view = (function() {
node.append("image").attr("class","node_reqerror hidden").attr("xlink:href","icons/error.png").attr("x",0).attr("y",-12).attr("width",20).attr("height",20);
});


node.each(function(d,i) {

/**********************************************************************/
@@ -1262,14 +1260,11 @@ RED.view = (function() {
d.requirementError = true;
}
}

});

}
});
});


/**********************************************************************/

if (d.dirty || d.requirementError != undefined) {

Loading…
Cancel
Save