diff --git a/mobile/android/chrome/content/about.js b/mobile/android/chrome/content/about.js index ac522d02984..32bac4a62fd 100644 --- a/mobile/android/chrome/content/about.js +++ b/mobile/android/chrome/content/about.js @@ -98,6 +98,10 @@ function init() { let downloadingSpan = document.getElementById("update-message-downloading"); let downloadedSpan = document.getElementById("update-message-downloaded"); + updateLink.onclick = checkForUpdates; + foundSpan.onclick = downloadUpdate; + downloadedSpan.onclick = installUpdate; + function showCheckAction() { checkingSpan.style.display = "none"; noneSpan.style.display = "none"; diff --git a/mobile/android/chrome/content/about.xhtml b/mobile/android/chrome/content/about.xhtml index e44af183412..2eea4f78c84 100644 --- a/mobile/android/chrome/content/about.xhtml +++ b/mobile/android/chrome/content/about.xhtml @@ -31,12 +31,12 @@