summaryrefslogtreecommitdiff
path: root/src/client/rz_core.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-21 11:10:07 +0200
committerAlon Levy <alon@pobox.com>2015-01-21 11:10:07 +0200
commit0f1c169c4716ad0148014be22b9e54c54474a469 (patch)
tree9adb400d3e50aebba8f5c3c3070dec76271c1cda /src/client/rz_core.js
parent3ffa927e40e0dfc1744f049b44e7acdc6ceea2f8 (diff)
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.
Diffstat (limited to 'src/client/rz_core.js')
-rw-r--r--src/client/rz_core.js1
1 files changed, 0 insertions, 1 deletions
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';