mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
Removed unused custom css api call from display.html
This commit is contained in:
parent
b34cfd2906
commit
7bc660ea09
1 changed files with 0 additions and 11 deletions
|
@ -351,17 +351,6 @@
|
|||
}
|
||||
)
|
||||
},
|
||||
getCustomCss: async function () {
|
||||
try {
|
||||
const {data} = await LNbits.api.request(
|
||||
'GET',
|
||||
`/satspay/api/v1/settings/css/${this.charge.id}`
|
||||
)
|
||||
this.customCss = data
|
||||
} catch (error) {
|
||||
LNbits.utils.notifyApiError(error)
|
||||
}
|
||||
},
|
||||
checkBalances: async function () {
|
||||
if (!this.charge.payment_request && this.charge.hasOnchainStaleBalance)
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue