From 3ac3aa40b393697b3b5c9fccd54ad444781eaf73 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 6 Oct 2014 16:05:12 +0300 Subject: fix broken save --- scripts/rhizicore.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index 0ac2f29a..91b2c634 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -452,7 +452,8 @@ function myGraph(el) { for(var i = 0 ; i < nodes.length ; i++){ var node = nodes[i]; d['nodes'].push({ - "id":node.id, + "id": node.id, + "name": node.name, "type":node.type, "state":"perm", "start":node.start, -- cgit v1.3.1