From 9b31c43e1309edf80993b62580e039e2f438cd34 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 4 Dec 2014 18:45:57 +0200 Subject: Partial #162 --- src/rz_core.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rz_core.js') 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; }); -- cgit v1.3.1