Update FLO_webWallet_testnet.html
This commit is contained in:
parent
f253148e0b
commit
b5fe547c85
@ -165,10 +165,13 @@ function startup(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
var input = document.getElementById("getAddr");
|
console.log(res);
|
||||||
input.value = res.join(',');
|
if(res.length){
|
||||||
monitorData();
|
var input = document.getElementById("getAddr");
|
||||||
input.value = "";
|
input.value = res.join(',');
|
||||||
|
monitorData();
|
||||||
|
input.value = "";
|
||||||
|
}
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
console.log(error.message);
|
console.log(error.message);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user