From e40fe96372792a63d7e9277f9996108e9fbd4d93 Mon Sep 17 00:00:00 2001 From: d11e9 Date: Tue, 6 Oct 2015 17:54:25 +0100 Subject: [PATCH] fix puncuation and move notice to context toggle titles --- index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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;