diff options
-rw-r--r-- | html/js/git-deps-graph.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html/js/git-deps-graph.js b/html/js/git-deps-graph.js index e380219..80eb5d1 100644 --- a/html/js/git-deps-graph.js +++ b/html/js/git-deps-graph.js @@ -192,11 +192,10 @@ function draw_graph(commitish) { gdn.warn('No new commits or dependencies found!'); return; } + new_data_notification(new_data); update_cola(); - new_data_notification(new_data); - path = fg.selectAll(".link") .data(gdd.links, link_key); |