mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 19:02:01 +01:00
fix
This commit is contained in:
parent
6a325c7e5b
commit
272263abc2
1 changed files with 1 additions and 4 deletions
|
@ -107,9 +107,6 @@
|
|||
document.getElementById("balance-table").innerHTML = "";
|
||||
});
|
||||
|
||||
document.getElementById("reset-button").addEventListener("click", function (e) {
|
||||
toggleDetails('boltcard-reset');
|
||||
});
|
||||
await uiDelay;
|
||||
setState("ShowBalance");
|
||||
}
|
||||
|
@ -170,7 +167,7 @@
|
|||
if (state === "NFCNotSupported")
|
||||
{
|
||||
document.getElementById("qr").classList.remove("d-none");
|
||||
document.querySelector(".nfc-supported").forEach(el => {
|
||||
document.querySelectorAll(".nfc-supported").forEach(el => {
|
||||
el.classList.add("d-none");
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue