diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-04 18:45:57 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-04 18:45:57 +0200 |
| commit | 9b31c43e1309edf80993b62580e039e2f438cd34 (patch) | |
| tree | 0fa789bf9ce3d66d00aefd60232c8489ab3c71b9 /src/rz_core.js | |
| parent | 77936797de663d2e1b1bd1e3344b87300b28cd2c (diff) | |
Partial #162
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; }); |
