summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-10-07 21:59:12 +0300
committerAlon Levy <alon@pobox.com>2014-10-07 21:59:12 +0300
commit3c2a30d89d8bcdd5b3655ad310dce31c9559947e (patch)
treecfe115289aac578ef7c393b7ebec8d2a1d8d0e97 /scripts
parent61ff03d4ab7326e68a4f5cc2893116df7ed99e70 (diff)
#49: forgotten start misses the whole point
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