aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
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