Commit 02acf8e4 authored by LianaHus's avatar LianaHus

standard:wq

parent 2d615054
......@@ -134,12 +134,11 @@ TxBrowser.prototype.render = function () {
}
TxBrowser.prototype.txInputChanged = function (event) {
// todo check validation of txnumber
//required
//oninvalid="setCustomValidity('Please provide a valid transaction number, must start with 0x and have length of 22')"
//pattern="^0[x,X]+[0-9a-fA-F]{22}"
//this.state.txNumberInput.setCustomValidity('')
// required
// oninvalid="setCustomValidity('Please provide a valid transaction number, must start with 0x and have length of 22')"
// pattern="^0[x,X]+[0-9a-fA-F]{22}"
// this.state.txNumberInput.setCustomValidity('')
this.state.txNumber = event.target.value
yo.update(this.view, this.render())
......
......@@ -81,7 +81,7 @@ class ContractDropdownUI {
return el
}
atAddressChanged(event) {
atAddressChanged (event) {
yo.update(this.el, this.render())
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment