From 7ba307bafe45590dc164feff98f00086077e26f3 Mon Sep 17 00:00:00 2001 From: jiteshjha Date: Mon, 11 Jul 2016 13:06:19 +0530 Subject: Data Structures style error --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 554ff15..b8726c3 100644 --- a/index.html +++ b/index.html @@ -790,7 +790,12 @@ { var stylesheet = graph.getStylesheet(); var style = stylesheet.styles[cell.value.getAttribute('style')]; - var displayedLabel = style['displayedLabel']; + var displayedLabel = null; + + if(style != null) { + displayedLabel = style['displayedLabel']; + } + if(displayedLabel != null) { var displayParameter = cell.blockInstance.instance.displayParameter; for(i in displayParameter) { -- cgit From 8223207d188ea3ff0689cd6ea62662826300ed02 Mon Sep 17 00:00:00 2001 From: sarangsingh29 Date: Mon, 11 Jul 2016 14:35:11 +0530 Subject: Import Button added --- index.html | 553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 530 insertions(+), 23 deletions(-) mode change 100644 => 100755 index.html diff --git a/index.html b/index.html old mode 100644 new mode 100755 index 554ff15..4ff538b --- a/index.html +++ b/index.html @@ -15,7 +15,6 @@ - @@ -3241,10 +3169,10 @@
+ document.getElementById('outlineContainer'), + document.getElementById('toolbarContainer'), + document.getElementById('sidebarContainer'), + document.getElementById('statusContainer'));" style="margin:0px;">