diff options
Diffstat (limited to 'scripts')
| -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 48367735..a2c47abe 100644 --- a/scripts/rz_core.js +++ b/scripts/rz_core.js @@ -569,7 +569,7 @@ function showInfo(d, i) { if (confirm('This node and all its connections will be deleted, are you sure?')) { graph.removeNode(d.id, null); graph.update(false); - document.querySelector('.info').style.visibility = "hidden"; + $('.info').hide(); } }); } else { |
