diff --git a/kallithea/public/js/graph.js b/kallithea/public/js/graph.js --- a/kallithea/public/js/graph.js +++ b/kallithea/public/js/graph.js @@ -118,6 +118,8 @@ function BranchRenderer(canvas_id, conte break; } } + if (nextdata[0][0] == end) // this is a root - not a dead end + dead_end = false; } if (dead_end) {