Commit 62544b41 authored by yann300's avatar yann300

comment

parent 515885c4
...@@ -200,8 +200,8 @@ function runTab (container, appAPI, appEvents, opts) { ...@@ -200,8 +200,8 @@ function runTab (container, appAPI, appEvents, opts) {
var selectExEnv = el.querySelector('#selectExEnvOptions') var selectExEnv = el.querySelector('#selectExEnvOptions')
selectExEnv.addEventListener('change', function (event) { selectExEnv.addEventListener('change', function (event) {
executionContext.executionContextChange(selectExEnv.options[selectExEnv.selectedIndex].value, null, () => { executionContext.executionContextChange(selectExEnv.options[selectExEnv.selectedIndex].value, null, () => {
// set the new context. if that fails, rollback the current one.
selectExEnv.value = executionContext.getProvider() selectExEnv.value = executionContext.getProvider()
console.log('came back neg')
}) })
fillAccountsList(appAPI, el) fillAccountsList(appAPI, el)
......
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