fix provider selector

pull/1/head
yann300 8 years ago committed by GitHub
parent 1cebb1319f
commit 8cd83a8cf1
  1. 2
      src/app/contract-tab.js

@ -49,7 +49,7 @@ function contractTab () {
<div id="selectExEnv" class="${css.col1_1}">
Execution environment
</div>
<select class="${css.select}">
<select id="selectExEnvOptions" class="${css.select}">
<option id="vm-mode"
title="Execution environment does not connect to any node, everything is local and in memory only."
value="vm"

Loading…
Cancel
Save