diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2017-10-06 02:06:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-06 02:06:17 +0800 |
commit | c880d81ec3bfcd4d46c5d454cf9828adff15a0f5 (patch) | |
tree | 7c359f5fe8ca642f0034ac1ce5417a3db004ceb7 /mascara/example/app/index.html | |
parent | 35f4148343cf4400f7a38eef07282cae44cd0335 (diff) | |
parent | 7ec068d279276a7e0fcc862d18e3fd3e1648728b (diff) | |
download | tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar.gz tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar.bz2 tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar.lz tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar.xz tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.tar.zst tangerine-wallet-browser-c880d81ec3bfcd4d46c5d454cf9828adff15a0f5.zip |
Merge pull request #2289 from MetaMask/mascara-tuneups
Mascara tuneups
Diffstat (limited to 'mascara/example/app/index.html')
-rw-r--r-- | mascara/example/app/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mascara/example/app/index.html b/mascara/example/app/index.html index f3e38877c..8afb6f3f2 100644 --- a/mascara/example/app/index.html +++ b/mascara/example/app/index.html @@ -10,6 +10,8 @@ <body> <button id="action-button-1">GET ACCOUNT</button> <div id="account"></div> + <button id="action-button-2">SEND TRANSACTION</button> + <div id="cb-value" ></div> <script src="./app.js"></script> </body> </html>
\ No newline at end of file |