diff options
author | jiteshjha | 2016-06-17 00:20:55 +0530 |
---|---|---|
committer | jiteshjha | 2016-06-17 00:20:55 +0530 |
commit | 93917ade2cef044a22d18a6908efefe5525b2fbb (patch) | |
tree | ff58e72befffaff9782bdb134e5050f1fc8b6a23 /index.html | |
parent | 060a39ca4b7fc7b2c84af93e5898d201bb9ce8a6 (diff) | |
download | xcos-on-web-93917ade2cef044a22d18a6908efefe5525b2fbb.tar.gz xcos-on-web-93917ade2cef044a22d18a6908efefe5525b2fbb.tar.bz2 xcos-on-web-93917ade2cef044a22d18a6908efefe5525b2fbb.zip |
small change
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -274,7 +274,6 @@ target.getEdgeCount() == 0 && target.isVertex()) || (edgeSource.getEdgeCount() <= 1 && source.isEdge()))) { alert("Port is already connected, please select an please select an unconnected port or a valid link"); - return null; } else if(edgeSource.value == "ExplicitOutputPort" && target.value != "ExplicitInputPort") { alert("Explicit data output port must be connected to explicit data input port"); |