diff --git a/index.html b/index.html index 56f6fb4f1d..a9348cea6d 100644 --- a/index.html +++ b/index.html @@ -66,15 +66,20 @@ THE SOFTWARE.

Version: (loading)
Change to:
- Execution environment does not connect to any node by default, everything is local and in memory only.
tx.origin =

- - + +
@@ -125,7 +130,7 @@ THE SOFTWARE. $web3Toggle.on('change', executionContextChange ); function executionContextChange (ev) { - if (ev.target.value == 'web3' && !confirm("Are you sure you want to connect to a local ethereum node.") ) { + if (ev.target.value == 'web3' && !confirm("Are you sure you want to connect to a local ethereum node?") ) { $vmToggle.get(0).checked = true; executionContext = 'vm'; } else executionContext = ev.target.value;