|
|
@ -123,8 +123,8 @@ TxBrowser.prototype.render = function () { |
|
|
|
} |
|
|
|
} |
|
|
|
if (!this.state.txNumber) { |
|
|
|
if (!this.state.txNumber) { |
|
|
|
view.querySelector("button[id='load']").setAttribute('disabled', '') |
|
|
|
view.querySelector("button[id='load']").setAttribute('disabled', '') |
|
|
|
} else { |
|
|
|
} else if (!this.state.debugging) { |
|
|
|
this.state.txNumberInput.removeAttribute('diabled', '') |
|
|
|
this.state.txNumberInput.removeAttribute('disabled') |
|
|
|
} |
|
|
|
} |
|
|
|
if (!this.view) { |
|
|
|
if (!this.view) { |
|
|
|
this.view = view |
|
|
|
this.view = view |
|
|
|