summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/downloads.js2
-rw-r--r--site/js/downloads.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/downloads.js b/js/downloads.js
index 298695bc5..3d7622a2d 100644
--- a/js/downloads.js
+++ b/js/downloads.js
@@ -158,6 +158,6 @@ function updateDownloadLink() {
.replace(/\$download/, download)
.replace(/\$artifact/, artifactName);
- var contents = "<a href=\"" + link + "\">" + text + "</a>";
+ var contents = "<a href=\"" + link + "\" onClick=\"" + onClick + "\">" + text + "</a>";
append(downloadLink, contents);
}
diff --git a/site/js/downloads.js b/site/js/downloads.js
index 298695bc5..3d7622a2d 100644
--- a/site/js/downloads.js
+++ b/site/js/downloads.js
@@ -158,6 +158,6 @@ function updateDownloadLink() {
.replace(/\$download/, download)
.replace(/\$artifact/, artifactName);
- var contents = "<a href=\"" + link + "\">" + text + "</a>";
+ var contents = "<a href=\"" + link + "\" onClick=\"" + onClick + "\">" + text + "</a>";
append(downloadLink, contents);
}