Does what suggested as workaround in https://github.com/pointbiz/bitaddress.org/issues/116
This commit is contained in:
parent
ed60f031a9
commit
1746834b10
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue