|
|
|
@ -7,7 +7,7 @@ function renderDownloadButton() {
@@ -7,7 +7,7 @@ function renderDownloadButton() {
|
|
|
|
|
|
|
|
|
|
} else if (window.navigator.userAgent.toUpperCase().indexOf("ANDROID") !== -1) { |
|
|
|
|
dl_btn.innerText = document.webL10n.get("header.dl-btn-android", null, "Download for Android"); |
|
|
|
|
dl_btn.setAttribute("href", droid_asset[0].browser_download_url); |
|
|
|
|
dl_btn.setAttribute("href", "https://github.com/PurpleI2P/i2pd-android/releases/latest"); |
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
|
dl_btn.innerText = document.webL10n.get("header-dl-btn", null, "Downloads"); |
|
|
|
|