aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-12 12:52:53 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-12 12:52:53 +0000
commite7f0f136b474f6461c12190df6cb0d9223484f88 (patch)
tree914caa41893f1290692bcaa551976de6fbffa6e9 /html
parent28c974edd8056848d5b2ceaeb5f5359d3005fd6d (diff)
downloadgit-deps-e7f0f136b474f6461c12190df6cb0d9223484f88.tar.gz
focus input text field again after updating graph
Diffstat (limited to 'html')
-rw-r--r--html/js/git-deps-graph.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/js/git-deps-graph.coffee b/html/js/git-deps-graph.coffee
index 200bf32..62a614b 100644
--- a/html/js/git-deps-graph.coffee
+++ b/html/js/git-deps-graph.coffee
@@ -182,6 +182,7 @@ draw_graph = (commitish) ->
update_rect_explored()
return
new_data_notification new_data
+ d3.select('.commitish input').node().focus()
update_cola()