diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-11 16:08:42 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-11 19:48:25 +0200 |
| commit | c66baa73d10e9e5c9a2df97d528f369d205f73ca (patch) | |
| tree | a2f2cf611617ba34e64783d78df8c0177667460e /scripts/rz_core.js | |
| parent | 06101d59dc1d67f0bb4194425b46f153f8a97c7e (diff) | |
fix missing .info change to view.hide
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 307a3594..1f9fd003 100644 --- a/scripts/rz_core.js +++ b/scripts/rz_core.js @@ -549,7 +549,7 @@ function mousedown() { $('.editlinkinfo').css('top', -100); $('.editlinkinfo').css('left', 0); removeHighlight(); - $('.info').fadeOut(300); + view.hide(); graph.update(true); } |
