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 () {
|
checkBalances: async function () {
|
||||||
if (!this.charge.payment_request && this.charge.hasOnchainStaleBalance)
|
if (!this.charge.payment_request && this.charge.hasOnchainStaleBalance)
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue