fix provider selector

pull/1/head
yann300 8 years ago committed by GitHub
parent 38741bdcca
commit 1cebb1319f
  1. 2
      src/app/execution-context.js

@ -136,7 +136,7 @@ function ExecutionContext () {
DROPDOWN
--------------------------------------------------------------------------- */
var selectExEnv = document.querySelector('#selectExEnv')
var selectExEnv = document.querySelector('#selectExEnvOptions')
selectExEnv.addEventListener('change', function (event) {
if (!executionContextChange(selectExEnv.options[selectExEnv.selectedIndex].value)) {
selectExEnv.value = executionContext

Loading…
Cancel
Save