From 0f1c169c4716ad0148014be22b9e54c54474a469 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 21 Jan 2015 11:10:07 +0200 Subject: Fixes #295 adding a link next to node names with urls Note about implementation: we currently update all the nodes for multiple things, we should not do that, we have id's on each node, we can do less work. Another option is using the visualdom and letting it do the diffs. Actually we should test first. Which brings me to the missing functionality of loading a large csv. --- src/client/rz_core.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/rz_core.js') diff --git a/src/client/rz_core.js b/src/client/rz_core.js index 7e1079a6..bc9fc61b 100644 --- a/src/client/rz_core.js +++ b/src/client/rz_core.js @@ -18,7 +18,6 @@ var addednodes = [], // "CSS" for SVG elements. Reused for editing elements. var node_text_dx = 15, node_text_dy = '.30em', - svg_input_fo_node_x = node_text_dx, svg_input_fo_node_y = '-.70em', svg_input_fo_height = '30px'; -- cgit v1.3.1