summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3149642..075346d 100644
--- a/index.html
+++ b/index.html
@@ -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");