Reformed to use new API icon structure
This commit is contained in:
parent
4a2a52376f
commit
52e53330f6
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ async function loadCash(price) {
|
||||||
new_column.classList.add('col')
|
new_column.classList.add('col')
|
||||||
const bill_image = document.createElement('img')
|
const bill_image = document.createElement('img')
|
||||||
bill_image.classList.add('cash_image')
|
bill_image.classList.add('cash_image')
|
||||||
bill_image.src = api_url + '/icons/' + bill_type
|
bill_image.src = api_url + '/icons/cash/' + bill_type
|
||||||
new_column.appendChild(bill_image)
|
new_column.appendChild(bill_image)
|
||||||
|
|
||||||
cash_bills_row.appendChild(new_column)
|
cash_bills_row.appendChild(new_column)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue