aboutsummaryrefslogtreecommitdiff
path: root/wallet.html
diff options
context:
space:
mode:
Diffstat (limited to 'wallet.html')
-rw-r--r--wallet.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/wallet.html b/wallet.html
index 900c3023..ba42b832 100644
--- a/wallet.html
+++ b/wallet.html
@@ -117,6 +117,13 @@ document.addEventListener('DOMContentLoaded', onLoad);
117 117
118 <div class="row"> 118 <div class="row">
119 <div class="col-lg-12"> 119 <div class="col-lg-12">
120 Install the wallet for your browser, then go to <a href="https://demo.taler.net">demo.taler.net</a>
121 for a demonstration.
122 </div>
123 </div> <!-- /row -->
124
125 <div class="row">
126 <div class="col-lg-12">
120 <p class="greenbox" id="box-present" style="display:none"> 127 <p class="greenbox" id="box-present" style="display:none">
121 Congratulations, you have installed the Taler wallet. 128 Congratulations, you have installed the Taler wallet.
122 Check out the <a href="https://demo.taler.net/">demo</a>. 129 Check out the <a href="https://demo.taler.net/">demo</a>.
@@ -148,10 +155,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
148 155
149 <div class="col-lg-6"> 156 <div class="col-lg-6">
150 <h2><a href="https://addons.mozilla.org/en-US/firefox/addon/taler-wallet/">Firefox 50+</a></h2> 157 <h2><a href="https://addons.mozilla.org/en-US/firefox/addon/taler-wallet/">Firefox 50+</a></h2>
151 158<!--
152 <p>The add-on is currently in the process of being reviewed and signed by Mozilla,
153 until then it can be installed the following way:</p>
154
155 <h3>Firefox Beta</h3> 159 <h3>Firefox Beta</h3>
156 <ol> 160 <ol>
157 <li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Download the wallet</a> (right click, Save Link As...)</li> 161 <li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Download the wallet</a> (right click, Save Link As...)</li>
@@ -164,7 +168,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
164 <li>On the <code>about:config</code> page set <code>xpinstall.signatures.required</code> to <code>false</code></li> 168 <li>On the <code>about:config</code> page set <code>xpinstall.signatures.required</code> to <code>false</code></li>
165 <li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Install the wallet</a></li> 169 <li><a href="/releases/taler-wallet/taler-wallet-stable.xpi">Install the wallet</a></li>
166 </ol> 170 </ol>
167 171-->
168 </div> <!-- /col-lg-6 --> 172 </div> <!-- /col-lg-6 -->
169 173
170 </div> <!-- /row --> 174 </div> <!-- /row -->