aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-06 04:22:35 +0800
committerobscuren <geffobscura@gmail.com>2015-02-06 04:22:35 +0800
commit8be1d134aae80390c1b45b86f06c4842fabbcd17 (patch)
treeb031bbcb3f65902c53799d999d283cdb302e307c /cmd/mist
parent7e0799ff212b986feb7536e879224280950bae52 (diff)
downloadgo-tangerine-8be1d134aae80390c1b45b86f06c4842fabbcd17.tar.gz
go-tangerine-8be1d134aae80390c1b45b86f06c4842fabbcd17.tar.zst
go-tangerine-8be1d134aae80390c1b45b86f06c4842fabbcd17.zip
updated home
Diffstat (limited to 'cmd/mist')
-rw-r--r--cmd/mist/assets/html/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/assets/html/home.html b/cmd/mist/assets/html/home.html
index 531327c68..dc96cc754 100644
--- a/cmd/mist/assets/html/home.html
+++ b/cmd/mist/assets/html/home.html
@@ -74,7 +74,7 @@
console.log("pending changed");
});
eth.watch('chain').changed(function() {
- console.log("chain changed");
+ document.querySelector("#number").innerHTML = eth.number;
});
</script>