aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-04 13:51:11 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-04 13:51:11 +0100
commitbe48c3fc143bcdf67412474d2874f8f79bd761f4 (patch)
treea6b3e8ca6fbeaa507ecdfb320926be48dc440d5d
parent7007b180ebba0a68cc1304e53c44e8e9737840b9 (diff)
Bump JS library version number.
Change-Id: I9b84be8bcbce8faa149a0e56029b030a8b3fb7ba
-rw-r--r--app/dashboard/static/js/linaro-index-1.3.1.js (renamed from app/dashboard/static/js/linaro-index-1.3.0.js)0
-rw-r--r--app/dashboard/templates/index.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/app/dashboard/static/js/linaro-index-1.3.0.js b/app/dashboard/static/js/linaro-index-1.3.1.js
index 26a1563..26a1563 100644
--- a/app/dashboard/static/js/linaro-index-1.3.0.js
+++ b/app/dashboard/static/js/linaro-index-1.3.1.js
diff --git a/app/dashboard/templates/index.html b/app/dashboard/templates/index.html
index ea1d2bb..e39aec1 100644
--- a/app/dashboard/templates/index.html
+++ b/app/dashboard/templates/index.html
@@ -129,5 +129,5 @@
{%- endblock %}
{%- block scripts %}
{{ super() }}
-<script type="text/javascript" src="/static/js/linaro-index-1.3.0.js"></script>
+<script type="text/javascript" src="/static/js/linaro-index-1.3.1.js"></script>
{%- endblock %}