aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-18 20:41:15 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-18 20:41:15 +0000
commit4f2a9b828bb67f67d3d23231ba98ac550edb5532 (patch)
treeed10cbb08b44571a3b05c5bda557b39b4e873495 /html
parent91c9194f273d6a0f7e0eff9bd5ec5e8f646ab0cf (diff)
downloadgit-deps-4f2a9b828bb67f67d3d23231ba98ac550edb5532.tar.gz
debug constraints if -d is given
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 0e32224..59d5452 100644
--- a/html/js/git-deps-graph.coffee
+++ b/html/js/git-deps-graph.coffee
@@ -46,6 +46,7 @@ options = undefined # Options will be retrieved from web server
jQuery ->
d3.json "options", (error, data) ->
options = data
+ gdl.debug = options.debug
d3.html "tip-template.html", (error, html) ->
tip_template = html