Skip to content

Commit

Permalink
demo pages. Clear Etherscan link on Sign button click
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaipov committed Jan 30, 2019
1 parent 013ce2b commit f922c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/eth_signer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ <h6>Documentation: <a href="https://github.com/arrayio/array-io-keychain/wiki/Ho
// };
//
document.getElementById('btn_SIGN').addEventListener('click', function() {
document.getElementById('etherscanLink').innerHTML = '';
const endpoint = document.getElementById('input-endpoint').value;
web3 = new Web3(new Web3.providers.HttpProvider(endpoint));
const toAddress = document.getElementById('input-to-address').value;
Expand Down

0 comments on commit f922c80

Please sign in to comment.