aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-04 16:15:26 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-04 16:15:26 +0100
commitc80fb50d4c373e6aab9f18d1dec1fa7a4f810dfa (patch)
tree8bf9950d4899cb8943df7797f320eb3467fa7674
parent18157ee22c7531ebf5860e6cd42f8dd45899e8d8 (diff)
Use base translate function.
Change-Id: Ib03ffbe0fd8e65a7d0c5c797ef0f8e740fb8bac4
-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 cd908e2..44160ce 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
@@ -453,7 +453,7 @@ function createBootBisectTable(data) {
'<span class="bisect-text">' + tooltipLink +
'</span></span></span></td>';
- gitURLs = translateCommitURL(
+ gitURLs = JSBase.translateCommitURL(
bisectData.git_url, bisectData.git_commit);
switch (bootStatus) {