From c418c33563ecad1baa08f0894adb76b3e79ba4d5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Apr 2016 04:57:21 +0200 Subject: install result --- wallet-installation.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wallet-installation.html b/wallet-installation.html index 7920fd36..9a20159e 100644 --- a/wallet-installation.html +++ b/wallet-installation.html @@ -34,11 +34,12 @@ function onSuccess() { console.log("installation successful"); - location.reload(); + document.getElementById("install-result").innerText = "(installation was successful)"; } function onFailure(detail) { console.error("installation failed:", detail); + document.getElementById("install-result").innerText = "(failed: " + detail + ")"; } function installWallet() { @@ -84,7 +85,7 @@
  • from this page: +
  • Wallets for other browsers will be provided in the near future. -- cgit v1.2.3