summaryrefslogtreecommitdiff
path: root/src/rz_core.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-04 18:45:57 +0200
committerAlon Levy <alon@pobox.com>2014-12-04 18:45:57 +0200
commit9b31c43e1309edf80993b62580e039e2f438cd34 (patch)
tree0fa789bf9ce3d66d00aefd60232c8489ab3c71b9 /src/rz_core.js
parent77936797de663d2e1b1bd1e3344b87300b28cd2c (diff)
Partial #162
Diffstat (limited to 'src/rz_core.js')
-rw-r--r--src/rz_core.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rz_core.js b/src/rz_core.js
index 98d2d61f..13d298b2 100644
--- a/src/rz_core.js
+++ b/src/rz_core.js
@@ -712,6 +712,7 @@ function showNodeInfo(d, i) {
}
graph.editType(d.id,d.type,$('#edittype').val());
graph.editURL(d.id, d.type, $('#editurl').val());
+ graph.editStatus(d.id, d.type, $('#editstatus').val());
update_view__graph(true);
return false;
});