summaryrefslogtreecommitdiff
path: root/src/ws/node.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ws/node.js')
-rw-r--r--src/ws/node.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ws/node.js b/src/ws/node.js
index 6e60b37..062f892 100644
--- a/src/ws/node.js
+++ b/src/ws/node.js
@@ -201,7 +201,7 @@ Node.prototype.create = function()
this.state_element.setAttribute("onclick", "changeState(event)");
this.state_element.setAttribute("nodeid", this.id);
this.state_element.setAttribute("class", "state");
- var txt_state = document.createTextNode("");
+ var txt_state = document.createTextNode("todo");
this.state_element.appendChild(txt_state);
this.data_element.appendChild(this.state_element);