aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-30 18:11:01 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-30 18:11:01 +0100
commit1018a4d887a6140ecf3ced637334df5ae8e81f75 (patch)
tree2453c89617e0edf1a0d781a87e69700d96c1d6b4
parentbaf3b8aa2a1567bcff410b484f47387f6d571e98 (diff)
Add bisect JS library.
Change-Id: I8d14b22a2bc6bae2dd22ff3a83dafb94932c14d1
-rw-r--r--app/dashboard/templates/boots-id.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/dashboard/templates/boots-id.html b/app/dashboard/templates/boots-id.html
index 2962204..8d747ee 100644
--- a/app/dashboard/templates/boots-id.html
+++ b/app/dashboard/templates/boots-id.html
@@ -132,5 +132,6 @@
{%- endblock %}
{%- block scripts %}
{{ super() }}
+<script type="text/javascript" src="/static/js/linaro-bisect-0.0.1.js"></script>
<script type="text/javascript" src="/static/js/linaro-boots-id-1.1.9.js"></script>
{%- endblock %}