diff options
Diffstat (limited to 'scripts/rhizicore.js')
| -rw-r--r-- | scripts/rhizicore.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index 71219d95..bdc70c6f 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -1011,6 +1011,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"; } }); } else { |
