mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-23 19:37:52 +00:00
Fix typo
This commit is contained in:
parent
7ca9acaf3a
commit
9dbc4b085b
@ -5551,14 +5551,14 @@ async function showModalAndWait(type, data) {
|
|||||||
|
|
||||||
const labelButton3 = modal.querySelector('#transactionsButtonLabel')
|
const labelButton3 = modal.querySelector('#transactionsButtonLabel')
|
||||||
if (labelButton3) {
|
if (labelButton3) {
|
||||||
labelButton1.addEventListener('click', () => {
|
labelButton3.addEventListener('click', () => {
|
||||||
this.shadowRoot.getElementById('transactionsButton').click()
|
this.shadowRoot.getElementById('transactionsButton').click()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const checkbox3 = modal.querySelector('#transactionsButton')
|
const checkbox3 = modal.querySelector('#transactionsButton')
|
||||||
if (checkbox3) {
|
if (checkbox3) {
|
||||||
checkbox1.addEventListener('click', (e) => {
|
checkbox3.addEventListener('click', (e) => {
|
||||||
if (e.target.checked) {
|
if (e.target.checked) {
|
||||||
window.parent.reduxStore.dispatch(window.parent.reduxAction.removeQAPPAutoTransacions(false))
|
window.parent.reduxStore.dispatch(window.parent.reduxAction.removeQAPPAutoTransacions(false))
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user