commit 08bc331e066e05549924b1aba7866a2d051de659
parent d70b14ffa22bd1d025d67de00aa0c7c6839f7411
Author: Florian Dold <florian.dold@gmail.com>
Date: Mon, 30 Jan 2017 23:58:49 +0100
noscript for wallet page
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/wallet.html.j2 b/wallet.html.j2
@@ -149,6 +149,9 @@ document.addEventListener('DOMContentLoaded', onLoad);
<button onclick="installWallet()" id="install-button">
Install wallet
</button>
+ <noscript>
+ <em style="color:darkred;">JavaScript is disabled, installation won't work.</em>
+ </noscript>
<div id="install-result"></div>
</div>
</div> <!-- /col-lg-6 -->