updated home

This commit is contained in:
obscuren 2015-02-05 12:22:35 -08:00
parent 7e0799ff21
commit 8be1d134aa
1 changed files with 1 additions and 1 deletions

View File

@ -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>