summaryrefslogtreecommitdiff
path: root/scripts/rz_core.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-11-11 23:06:33 +0200
committerAlon Levy <alon@pobox.com>2014-11-11 23:06:33 +0200
commit5b89703b99043b1ec0280021a600cb25fdb8bae3 (patch)
treea8f3a7e345cb4e03b314db9fe292b4204c1feb1e /scripts/rz_core.js
parent3af0a82791b6bf3e24015d652c9fbddba0d1cfeb (diff)
show edge/link (not consistent) title. Fixes #136
Diffstat (limited to 'scripts/rz_core.js')
-rw-r--r--scripts/rz_core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rz_core.js b/scripts/rz_core.js
index e1da101c..6f4a3aeb 100644
--- a/scripts/rz_core.js
+++ b/scripts/rz_core.js
@@ -174,7 +174,7 @@ function update(no_relayout) {
graph.update(true);
view.edge_info.hide();
});
- view.edge_info.show();
+ view.edge_info.show(d);
highlight(source);
highlight(target);
source.state = 'chosen';