Commit 641a85a7 authored by yann300's avatar yann300

only override the provider from the UI and not during init

parent fe9a6076
...@@ -36,7 +36,6 @@ TxBrowser.prototype.setDefaultValues = function () { ...@@ -36,7 +36,6 @@ TxBrowser.prototype.setDefaultValues = function () {
this.connectInfo = '' this.connectInfo = ''
this.basicPanel.update({}) this.basicPanel.update({})
this.basicPanel.hide() this.basicPanel.hide()
this.updateWeb3Url(util.web3.currentProvider.host)
if (this.view) { if (this.view) {
yo.update(this.view, this.render()) yo.update(this.view, 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