aboutsummaryrefslogtreecommitdiffstats
path: root/html/js/git-deps-graph.js
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-06 18:52:10 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-06 18:52:10 +0000
commite25b3308d6abdafc1983df64220aeb931f122645 (patch)
tree611186795dd53696710ad46cdabe289ef9f50a3e /html/js/git-deps-graph.js
parent6c8d9b8afb9cc3730553a3709bdbd958dd317a91 (diff)
downloadgit-deps-e25b3308d6abdafc1983df64220aeb931f122645.tar.gz
disable routeEdges for now, as it doesn't work properly yet
Diffstat (limited to 'html/js/git-deps-graph.js')
-rw-r--r--html/js/git-deps-graph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/js/git-deps-graph.js b/html/js/git-deps-graph.js
index 5fe5e1c..c03b3c4 100644
--- a/html/js/git-deps-graph.js
+++ b/html/js/git-deps-graph.js
@@ -140,7 +140,7 @@ function draw_graph () {
.attr("y", function (d) { return d.y; });
});
- d3cola.on("end", routeEdges);
+ // d3cola.on("end", routeEdges);
// turn on overlap avoidance after first convergence
// d3cola.on("end", function () {