aboutsummaryrefslogtreecommitdiff
path: root/wallet.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'wallet.html.j2')
-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 -->