aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-04 16:23:51 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-04 16:23:51 +0100
commit58a52795199ba5ff0934112b27b655f9ae9fef9e (patch)
tree79fe2f85129b3772846765449965edd657986798
parent05c13248f6a0d30c03998fbe14fbfacfd5a9b2a5 (diff)
Use new bisect creation script.
Change-Id: I16d4aab644986722c560ed4ac686a00efc846034
-rw-r--r--app/dashboard/static/js/linaro-boots-id-1.1.3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dashboard/static/js/linaro-boots-id-1.1.3.js b/app/dashboard/static/js/linaro-boots-id-1.1.3.js
index 44160ce..d15fcc6 100644
--- a/app/dashboard/static/js/linaro-boots-id-1.1.3.js
+++ b/app/dashboard/static/js/linaro-boots-id-1.1.3.js
@@ -501,7 +501,7 @@ function createBootBisectTable(data) {
'<span rel="tooltip" data-toggle="tooltip"' +
'title="Download boot bisect script">' +
'<a download="bisect.sh" href="' +
- createBisectScriptURI(badCommit, goodCommit) +
+ JSBase.createBisectShellScript(badCommit, goodCommit) +
'"><i class="fa fa-download"></i></a></span>'
);
} else {