From a4adf9cdf1b3f3aa2d85c188c1eb44ab13e0a660 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 29 Dec 2014 14:57:00 +0200 Subject: wip names bus drop, more bacon, fix completer remove names, fix json loading --- src/client/rz_core.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client/rz_core.js') diff --git a/src/client/rz_core.js b/src/client/rz_core.js index ee42c5c0..2dd62f0e 100644 --- a/src/client/rz_core.js +++ b/src/client/rz_core.js @@ -81,7 +81,6 @@ var svgInput = (function() { }); } else { graph.update_node(d, {name: newname}, function() { - rz_bus.names.push([newname]); update_view__graph(true); }); // TODO - 'updating' graphic @@ -300,7 +299,7 @@ function init_force_layout(){ */ function init_ws_connection(){ if (true == rz_config.backend__maintain_ws_connection){ - rz_mesh.init(); + rz_mesh.init({graph: graph}); } } -- cgit v1.3.1