diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-30 13:18:08 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-30 13:18:08 +0300 |
| commit | 5c5f9a8cfe3edd6f1df31ab00885e58e4a36bfd1 (patch) | |
| tree | 20c6a1ab8f0d0e69c8a7c554f2523bc8872671f8 | |
| parent | 085f8361d903a5c9dea23195201622290d979eb1 (diff) | |
Fix #63 - don't move graph on click (possible side effects?)
| -rw-r--r-- | scripts/rhizicore.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index ca1265fa..4649098b 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -905,7 +905,6 @@ function mousedown() { $('.editlinkinfo').css('left', 0); graph.removeHighlight(); $('.info').fadeOut(300); - graph.update(); } function AddedUnique(newnode) { |
