diff options
Diffstat (limited to 'src/rz_core.js')
| -rw-r--r-- | src/rz_core.js | 1 |
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; }); |
