summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/index.html b/index.html
index b8726c3..554ff15 100644
--- a/index.html
+++ b/index.html
@@ -790,12 +790,7 @@
{
var stylesheet = graph.getStylesheet();
var style = stylesheet.styles[cell.value.getAttribute('style')];
- var displayedLabel = null;
-
- if(style != null) {
- displayedLabel = style['displayedLabel'];
- }
-
+ var displayedLabel = style['displayedLabel'];
if(displayedLabel != null) {
var displayParameter = cell.blockInstance.instance.displayParameter;
for(i in displayParameter) {