Commit 8be1d134 authored by obscuren's avatar obscuren

updated home

parent 7e0799ff
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
console.log("pending changed"); console.log("pending changed");
}); });
eth.watch('chain').changed(function() { eth.watch('chain').changed(function() {
console.log("chain changed"); document.querySelector("#number").innerHTML = eth.number;
}); });
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment