aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/samplecoin/samplecoin.html
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-02 04:59:16 +0800
committerobscuren <geffobscura@gmail.com>2014-05-02 04:59:16 +0800
commit9e481804a72ce78792826e215cf3660819bbb18a (patch)
treeacb76bcb9aea49eaefe725585fe607801ec32087 /ethereal/assets/samplecoin/samplecoin.html
parent76cd14ab7b2e0d96652ffd63aa08c046294e06d6 (diff)
downloadgo-tangerine-9e481804a72ce78792826e215cf3660819bbb18a.tar
go-tangerine-9e481804a72ce78792826e215cf3660819bbb18a.tar.gz
go-tangerine-9e481804a72ce78792826e215cf3660819bbb18a.tar.bz2
go-tangerine-9e481804a72ce78792826e215cf3660819bbb18a.tar.lz
go-tangerine-9e481804a72ce78792826e215cf3660819bbb18a.tar.xz
go-tangerine-9e481804a72ce78792826e215cf3660819bbb18a.tar.zst
go-tangerine-9e481804a72ce78792826e215cf3660819bbb18a.zip
Added a 'set' method to change window settings for external applications
Diffstat (limited to 'ethereal/assets/samplecoin/samplecoin.html')
-rw-r--r--ethereal/assets/samplecoin/samplecoin.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ethereal/assets/samplecoin/samplecoin.html b/ethereal/assets/samplecoin/samplecoin.html
index 1f4d1e3e1..ba60cf951 100644
--- a/ethereal/assets/samplecoin/samplecoin.html
+++ b/ethereal/assets/samplecoin/samplecoin.html
@@ -21,6 +21,8 @@ function createTransaction() {
}
function init() {
+ eth.set({width: 500, title: "Hello world"})
+
eth.getKey(function(key) {
eth.getStorageAt(jefcoinAddr, key, function(storage) {
document.querySelector("#current-amount").innerHTML = storage;