network graph: use same color for all branch

3-1-stable
Dmitry Kalinkin 2012-06-19 15:55:59 +04:00
parent 464ca2a248
commit c31c84f58a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function branchGraph(holder) {
.attr({stroke: colors[commits[i].space], "stroke-width": 2});
} else {
r.path(["M", x - 3, y + 4, "l-4,3,3,2,1,-4L", x - 10, y + 14, "L", x - 10, cy, cx, cy])
.attr({stroke: colors[commits[i].space], "stroke-width": 2});
.attr({stroke: colors[c.space], "stroke-width": 2});
}
}
}