summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rhizicore.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js
index 7e107697..637a321b 100644
--- a/scripts/rhizicore.js
+++ b/scripts/rhizicore.js
@@ -758,7 +758,6 @@ function myGraph(el) {
force.nodes(nodes)
.links(links)
- .start();
if (no_relayout) {
// XXX If we are stopped we need to update the text of the links at least,
// and this is the simplest way