From 93917ade2cef044a22d18a6908efefe5525b2fbb Mon Sep 17 00:00:00 2001 From: jiteshjha Date: Fri, 17 Jun 2016 00:20:55 +0530 Subject: small change --- index.html | 1 - 1 file changed, 1 deletion(-) (limited to 'index.html') 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"); -- cgit