summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChhavi22082016-06-06 10:58:39 +0530
committerChhavi22082016-06-06 10:58:39 +0530
commit9d7b98d386625f4970f9a9b9b5c87ea5175de46a (patch)
tree26463014dcde073e2a35f2c5194084f12fbb2bcb
parente42158b6d82732e6605ed9e618bd67e21e846ad2 (diff)
downloadxcos-on-web-9d7b98d386625f4970f9a9b9b5c87ea5175de46a.tar.gz
xcos-on-web-9d7b98d386625f4970f9a9b9b5c87ea5175de46a.tar.bz2
xcos-on-web-9d7b98d386625f4970f9a9b9b5c87ea5175de46a.zip
Updated index.html
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index aadc6c8..564d6a7 100644
--- a/index.html
+++ b/index.html
@@ -654,7 +654,7 @@
graph.tooltipHandler.hide();
wnd.setVisible(true);
};
-
+
function addSidebarIcon(graph, sidebar, name, image) {
// Function that is executed when the image is dropped on
@@ -670,7 +670,7 @@
var label = getImgHTML(name); // Will not exist for all blocks
if (name == 'ANDBLK') {
- var details = ANDBLK("define");
+ var details = ANDBLK("define");
var enc = new mxCodec(mxUtils.createXmlDocument());
var node = enc.encode(details);
//node.setAttribute('label',label);
@@ -680,7 +680,7 @@
v1 = graph.insertVertex(parent, null, label, x, y, 80, 80, 'CMSCOPE');
createPorts(graph, v1, ['EXPLICIT', 'EXPLICIT'], ['CONTROL'], [], []);
} else if (name == 'CONST_m') {
- var details = CONST_m("define");
+ var details = CONST_m("define");
var enc = new mxCodec(mxUtils.createXmlDocument());
var node = enc.encode(details);
v1 = graph.insertVertex(parent, null, node, x, y, 80, 80, 'CONST_m');