diff --git a/src/app/tabs/compileTab/compilerContainer.js b/src/app/tabs/compileTab/compilerContainer.js index f6f2bb4259..9d8f29267e 100644 --- a/src/app/tabs/compileTab/compilerContainer.js +++ b/src/app/tabs/compileTab/compilerContainer.js @@ -110,7 +110,7 @@ class CompilerContainer { return el } - _retriveVersion () { + _retrieveVersion () { let version = this._view.versionSelector.value return version.substring(9, 14) } @@ -306,7 +306,7 @@ class CompilerContainer { } _updateLanguageSelector () { - if (this._retriveVersion() < '0.5.7') { + if (this._retrieveVersion() < '0.5.7') { this._view.languageSelector.setAttribute('disabled', '') this._view.languageSelector.value = 'Solidity' this.compileTabLogic.setLanguage('Solidity') diff --git a/src/universal-dapp-ui.js b/src/universal-dapp-ui.js index 8150cc2178..d519fd6ac9 100644 --- a/src/universal-dapp-ui.js +++ b/src/universal-dapp-ui.js @@ -69,21 +69,36 @@ UniversalDAppUI.prototype.renderInstanceFromABI = function (contractABI, address var shortAddress = helper.shortenAddress(address) var title = yo`