diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-11 23:06:33 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 23:06:33 +0200 |
| commit | 5b89703b99043b1ec0280021a600cb25fdb8bae3 (patch) | |
| tree | a8f3a7e345cb4e03b314db9fe292b4204c1feb1e /scripts/rz_core.js | |
| parent | 3af0a82791b6bf3e24015d652c9fbddba0d1cfeb (diff) | |
show edge/link (not consistent) title. Fixes #136
Diffstat (limited to 'scripts/rz_core.js')
| -rw-r--r-- | scripts/rz_core.js | 2 |
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'; |
