summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorjiteshjha2016-06-17 00:20:55 +0530
committerjiteshjha2016-06-17 00:20:55 +0530
commit93917ade2cef044a22d18a6908efefe5525b2fbb (patch)
treeff58e72befffaff9782bdb134e5050f1fc8b6a23 /index.html
parent060a39ca4b7fc7b2c84af93e5898d201bb9ce8a6 (diff)
downloadxcos-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.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");