aboutsummaryrefslogtreecommitdiff
path: root/app/dashboard
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-20 12:15:54 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-20 12:15:54 +0100
commit5189d71d9dc11f68fb05067b3fe2591a40ea5151 (patch)
treee205019218ff655940cda97bb31e6f73bcba752f /app/dashboard
parentd0dc133c0e4fca54e7985c22a9a48042ee96e128 (diff)
Bump js version number.
Change-Id: I5d90f9c98219625eba56606657a04c8b925c1235
Diffstat (limited to 'app/dashboard')
-rw-r--r--app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.8.js (renamed from app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.7.js)0
-rw-r--r--app/dashboard/templates/builds-job-kernel-defconf.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.7.js b/app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.8.js
index 26da426..26da426 100644
--- a/app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.7.js
+++ b/app/dashboard/static/js/linaro-builds-job-kernel-defconfig-1.0.8.js
diff --git a/app/dashboard/templates/builds-job-kernel-defconf.html b/app/dashboard/templates/builds-job-kernel-defconf.html
index 49d3de9..a35910f 100644
--- a/app/dashboard/templates/builds-job-kernel-defconf.html
+++ b/app/dashboard/templates/builds-job-kernel-defconf.html
@@ -179,5 +179,5 @@
<input type="hidden" id="url-translation" value='{{ config["KNOWN_GIT_URLS"]|tojson|safe }}'>
{%- endblock %} {%- block scripts %}
{{ super() }}
-<script type="text/javascript" src="/static/js/linaro-builds-job-kernel-defconfig-1.0.7.js"></script>
+<script type="text/javascript" src="/static/js/linaro-builds-job-kernel-defconfig-1.0.8.js"></script>
{%- endblock %}