Commit cfc9cce9 authored by yann300's avatar yann300

clean code

parent 4c6acdb5
...@@ -570,15 +570,6 @@ function settings (container, appAPI, appEvents) { ...@@ -570,15 +570,6 @@ function settings (container, appAPI, appEvents) {
</div> </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 // EVENTS
appEvents.udapp.register('transactionExecuted', (error, from, to, data, lookupOnly, txResult) => { appEvents.udapp.register('transactionExecuted', (error, from, to, data, lookupOnly, txResult) => {
if (error) return if (error) return
......
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