|
|
@ -76,6 +76,7 @@ PendingTx.prototype.render = function () { |
|
|
|
|
|
|
|
|
|
|
|
h('form#pending-tx-form', { |
|
|
|
h('form#pending-tx-form', { |
|
|
|
onSubmit: (event) => { |
|
|
|
onSubmit: (event) => { |
|
|
|
|
|
|
|
const txMeta = this.gatherTxMeta() |
|
|
|
event.preventDefault() |
|
|
|
event.preventDefault() |
|
|
|
const form = document.querySelector('form#pending-tx-form') |
|
|
|
const form = document.querySelector('form#pending-tx-form') |
|
|
|
const valid = form.checkValidity() |
|
|
|
const valid = form.checkValidity() |
|
|
@ -418,4 +419,3 @@ function forwardCarrat () { |
|
|
|
|
|
|
|
|
|
|
|
) |
|
|
|
) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|