This commit is contained in:
Gianfranco Cecconi 2016-12-25 12:33:18 +00:00 committed by GitHub
commit 3356f06af1

View file

@ -6871,7 +6871,7 @@ input[type=checkbox] { position: relative; z-index: 20; }
<div id="detailarea" class="walletarea"> <div id="detailarea" class="walletarea">
<div id="detailcommands" class="commands"> <div id="detailcommands" class="commands">
<span><label id="detaillabelenterprivatekey" for="detailprivkey">Enter Private Key</label></span> <span><label id="detaillabelenterprivatekey" for="detailprivkey">Enter Private Key. By doing so, no other randomness will be used to generate the Bitcoin Private Key: </label></span>
<input type="text" id="detailprivkey" value="" onfocus="this.select();" onkeypress="if (event.keyCode == 13) ninja.wallets.detailwallet.viewDetails();" /> <input type="text" id="detailprivkey" value="" onfocus="this.select();" onkeypress="if (event.keyCode == 13) ninja.wallets.detailwallet.viewDetails();" />
<span><input type="button" class="button" id="detailview" value="View Details" onclick="ninja.wallets.detailwallet.viewDetails();" /></span> <span><input type="button" class="button" id="detailview" value="View Details" onclick="ninja.wallets.detailwallet.viewDetails();" /></span>