mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-09 14:41:23 +02:00
Removed unused custom css api call from display.html
This commit is contained in:
parent
b34cfd2906
commit
7bc660ea09
@ -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 () {
|
checkBalances: async function () {
|
||||||
if (!this.charge.payment_request && this.charge.hasOnchainStaleBalance)
|
if (!this.charge.payment_request && this.charge.hasOnchainStaleBalance)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user