pull/1/head
yann300 7 years ago
parent 4c6acdb5ef
commit cfc9cce969
  1. 9
      src/app/tabs/run-tab.js

@ -570,15 +570,6 @@ function settings (container, appAPI, appEvents) {
</div>
`
setTimeout(function () {
var select = document.querySelector('#selectExEnvOptions')
var optionVMindex = 0
if (appAPI.config.get('settings/always-use-vm')) {
// select.options[optionVMindex].selected = true
select.selectedIndex = optionVMindex
}
}, 0)
// EVENTS
appEvents.udapp.register('transactionExecuted', (error, from, to, data, lookupOnly, txResult) => {
if (error) return

Loading…
Cancel
Save