This commit is contained in:
Gianfranco Cecconi 2016-01-23 14:58:29 +00:00
parent ed60f031a9
commit 1746834b10

View file

@ -6892,7 +6892,7 @@ input[type=checkbox] { position: relative; z-index: 20; }
<div id="detailarea" class="walletarea">
<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();" />
<span><input type="button" class="button" id="detailview" value="View Details" onclick="ninja.wallets.detailwallet.viewDetails();" /></span>