Commit 1cebb131 authored by yann300's avatar yann300 Committed by GitHub

fix provider selector

parent 38741bdc
...@@ -136,7 +136,7 @@ function ExecutionContext () { ...@@ -136,7 +136,7 @@ function ExecutionContext () {
DROPDOWN DROPDOWN
--------------------------------------------------------------------------- */ --------------------------------------------------------------------------- */
var selectExEnv = document.querySelector('#selectExEnv') var selectExEnv = document.querySelector('#selectExEnvOptions')
selectExEnv.addEventListener('change', function (event) { selectExEnv.addEventListener('change', function (event) {
if (!executionContextChange(selectExEnv.options[selectExEnv.selectedIndex].value)) { if (!executionContextChange(selectExEnv.options[selectExEnv.selectedIndex].value)) {
selectExEnv.value = executionContext selectExEnv.value = executionContext
......
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