aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-10-22 22:21:38 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-10-22 22:21:38 +0800
commitf9ca054314351b7aba61c2acb70c1b3159536c8c (patch)
tree7dbc940575074b3d1c8c7fa16e50f438e8a5548c /index.html
parentf7c9c8928eaca89a7bd02d7cc2e53049d7c43fef (diff)
downloadgo-tangerine-f9ca054314351b7aba61c2acb70c1b3159536c8c.tar
go-tangerine-f9ca054314351b7aba61c2acb70c1b3159536c8c.tar.gz
go-tangerine-f9ca054314351b7aba61c2acb70c1b3159536c8c.tar.bz2
go-tangerine-f9ca054314351b7aba61c2acb70c1b3159536c8c.tar.lz
go-tangerine-f9ca054314351b7aba61c2acb70c1b3159536c8c.tar.xz
go-tangerine-f9ca054314351b7aba61c2acb70c1b3159536c8c.tar.zst
go-tangerine-f9ca054314351b7aba61c2acb70c1b3159536c8c.zip
warning when provider is not set
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6d27af1df..70f788d0d 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,6 @@
<script type="text/javascript" src="qt.js"></script>
<script type="text/javascript" src="http.js"></script>
<script type="text/javascript">
-web3.setProvider(new web3.providers.HttpProvider('http://localhost:8080'));
function registerName() {
var name = document.querySelector("#name").value;
name = web3.fromAscii(name);