Skip to content

Commit

Permalink
comment code to don't show that window
Browse files Browse the repository at this point in the history
Comment the code to don't show that window, about confirm the loading transaction.
  • Loading branch information
username1565 committed Apr 9, 2020
1 parent 0d31330 commit e48d626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/brainwallet.js
Expand Up @@ -1689,9 +1689,9 @@ https://www.myetherwallet.com/#offline-transaction';
var url = (txType == 'txBCI') ? 'https://blockchain.info/unspent?cors=true&active=' + addr :
'https://blockexplorer.com/q/mytransactions/' + addr;

url = prompt('Press OK to download transaction history:', url);
//url = prompt('Press OK to download transaction history:', url); //needed to test "Transactions"-tab.

if (url != null && url != "") {
if (url != null && url != "") {//working if url === true

$('#txUnspent').val('');

Expand Down

0 comments on commit e48d626

Please sign in to comment.