From 70687cd5812a53ce574589f4f7ce6a6d683c2f07 Mon Sep 17 00:00:00 2001 From: Sato Hiroyuki Date: Wed, 23 Jan 2013 21:34:19 +0900 Subject: Improve network graph --- vendor/assets/javascripts/branch-graph.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor') diff --git a/vendor/assets/javascripts/branch-graph.js b/vendor/assets/javascripts/branch-graph.js index 805423bc70d..af3b572a4e3 100644 --- a/vendor/assets/javascripts/branch-graph.js +++ b/vendor/assets/javascripts/branch-graph.js @@ -121,7 +121,7 @@ if (c.space == this.commits[i].space) { r.path([ "M", x, y, - "L", x - 20 * (c.time + 1), y + "L", cx, cy ]).attr({ stroke: this.colors[c.space], "stroke-width": 2 @@ -351,4 +351,4 @@ function textWrap(t, width) { t.attr({ "y": b.y + h }); -} \ No newline at end of file +} -- cgit v1.2.1