updated github repo link
This commit is contained in:
parent
b7303c880a
commit
5bf3bdad66
3 changed files with 3 additions and 4 deletions
|
@ -7087,7 +7087,7 @@ input[type=checkbox] { position: relative; z-index: 20; }
|
|||
<div class="tooltip" id="statusprotocolbad">
|
||||
<span class="statuswarn" id="statuslabelprotocolbad">⚠ Think twice!</span>
|
||||
<span id="statuslabelprotocolbad1">You appear to be running this generator online from a live website. For valuable wallets it is recommended to</span>
|
||||
<a id="statuslabelprotocolbad2" href="https://github.com/pointbiz/bitaddress.org/archive/v//version.zip">download</a>
|
||||
<a id="statuslabelprotocolbad2" href="https://github.com/SmartCash/PaperWalletGenerator/archive/master.zip">download</a>
|
||||
<span id="statuslabelprotocolbad3">the zip file from GitHub and run this generator offline as a local html file.</span>
|
||||
<br /><br /><input type="button" value="OK" class="button" id="statusokprotocolbad" onclick="document.getElementById('statusprotocolbad').style.display = 'none';" />
|
||||
</div>
|
||||
|
|
|
@ -7117,7 +7117,7 @@ input[type=checkbox] { position: relative; z-index: 20; }
|
|||
<div class="tooltip" id="statusprotocolbad">
|
||||
<span class="statuswarn" id="statuslabelprotocolbad">⚠ Think twice!</span>
|
||||
<span id="statuslabelprotocolbad1">You appear to be running this generator online from a live website. For valuable wallets it is recommended to</span>
|
||||
<a id="statuslabelprotocolbad2" href="https://github.com/pointbiz/bitaddress.org/archive/v//version.zip">download</a>
|
||||
<a id="statuslabelprotocolbad2" href="https://github.com/SmartCash/PaperWalletGenerator/archive/master.zip">download</a>
|
||||
<span id="statuslabelprotocolbad3">the zip file from GitHub and run this generator offline as a local html file.</span>
|
||||
<br /><br /><input type="button" value="OK" class="button" id="statusokprotocolbad" onclick="document.getElementById('statusprotocolbad').style.display = 'none';" />
|
||||
</div>
|
||||
|
@ -7136,7 +7136,6 @@ input[type=checkbox] { position: relative; z-index: 20; }
|
|||
<span class="item">
|
||||
<span class="statusicon" id="statusprotocol" onclick="ninja.status.showProtocol();">...</span>
|
||||
<span class="statusicon" id="statuscrypto" onclick="ninja.status.showCrypto();">...</span>
|
||||
<span class="statusicon" id="statusunittests" onclick="ninja.status.showUnitTests();" style="display: none;">...</span>
|
||||
<span class="statusicon" id="statuskeypool" onclick="ninja.status.showKeyPool();">≣</span>
|
||||
</span>
|
||||
<span class="item" id="footerlabeltranslatedby"></span>
|
||||
|
|
|
@ -7404,7 +7404,7 @@ input[type=checkbox] { position: relative; z-index: 20; }
|
|||
<div class="tooltip" id="statusprotocolbad">
|
||||
<span class="statuswarn" id="statuslabelprotocolbad">⚠ Think twice!</span>
|
||||
<span id="statuslabelprotocolbad1">You appear to be running this generator online from a live website. For valuable wallets it is recommended to</span>
|
||||
<a id="statuslabelprotocolbad2" href="https://github.com/pointbiz/bitaddress.org/archive/v//version.zip">download</a>
|
||||
<a id="statuslabelprotocolbad2" href="https://github.com/SmartCash/PaperWalletGenerator/archive/master.zip">download</a>
|
||||
<span id="statuslabelprotocolbad3">the zip file from GitHub and run this generator offline as a local html file.</span>
|
||||
<br /><br /><input type="button" value="OK" class="button" id="statusokprotocolbad" onclick="document.getElementById('statusprotocolbad').style.display = 'none';" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue