aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-30 23:58:49 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-30 23:58:49 +0100
commit08bc331e066e05549924b1aba7866a2d051de659 (patch)
treedf08597dab78aff1ee883527a346dd70831a5c26
parentd70b14ffa22bd1d025d67de00aa0c7c6839f7411 (diff)
downloadwww-08bc331e066e05549924b1aba7866a2d051de659.tar.gz
www-08bc331e066e05549924b1aba7866a2d051de659.zip
noscript for wallet page
-rw-r--r--wallet.html.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/wallet.html.j2 b/wallet.html.j2
index 0e45b2c4..5756de0b 100644
--- a/wallet.html.j2
+++ b/wallet.html.j2
@@ -149,6 +149,9 @@ document.addEventListener('DOMContentLoaded', onLoad);
149 <button onclick="installWallet()" id="install-button"> 149 <button onclick="installWallet()" id="install-button">
150 Install wallet 150 Install wallet
151 </button> 151 </button>
152 <noscript>
153 <em style="color:darkred;">JavaScript is disabled, installation won't work.</em>
154 </noscript>
152 <div id="install-result"></div> 155 <div id="install-result"></div>
153 </div> 156 </div>
154 </div> <!-- /col-lg-6 --> 157 </div> <!-- /col-lg-6 -->