Useless images have been deleted, wallet style is now dynamic.
This commit is contained in:
parent
10d840843f
commit
756e5bccb0
6 changed files with 2 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 771 KiB |
Binary file not shown.
Before Width: | Height: | Size: 588 KiB |
Binary file not shown.
Before Width: | Height: | Size: 94 KiB |
Binary file not shown.
Before Width: | Height: | Size: 651 KiB |
|
@ -134,10 +134,11 @@ ninja.wallets.paperwallet = {
|
|||
keyelement = 'btcencryptedkey'
|
||||
|
||||
var coinImgUrl = "logos/" + janin.selectedCurrency.name + ".png";
|
||||
var walletBackgroundUrl = "wallets/" + janin.selectedCurrency.name + ".png";
|
||||
|
||||
var walletHtml =
|
||||
"<div class='coinIcoin'> <img id='coinImg' src='" + coinImgUrl + "' alt='currency_logo' /></div><div class='artwallet' id='artwallet" + i + "'>" +
|
||||
"<img id='papersvg" + i + "' class='papersvg' src='images/bitcoin_crypto_wallet.png' />" +
|
||||
"<img id='papersvg" + i + "' class='papersvg' src='" + walletBackgroundUrl + "' />" +
|
||||
"<div id='qrcode_public" + i + "' class='qrcode_public'></div>" +
|
||||
"<div id='qrcode_private" + i + "' class='qrcode_private'></div>" +
|
||||
"<div class='btcaddress' id='btcaddress" + i + "'></div>" +
|
||||
|
|
BIN
wallets/bitcoin.png
Normal file
BIN
wallets/bitcoin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 585 KiB |
Loading…
Add table
Reference in a new issue