Update FLO_webWallet_testnet.html
This commit is contained in:
parent
7dee611400
commit
4f8745730c
@ -172,9 +172,7 @@ function startup(){
|
|||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if(res.length){
|
if(res.length){
|
||||||
monitorData();
|
|
||||||
var input = document.getElementById("getAddr");
|
var input = document.getElementById("getAddr");
|
||||||
input.value = "";
|
|
||||||
input.value = res.join(',');
|
input.value = res.join(',');
|
||||||
monitorData();
|
monitorData();
|
||||||
input.value = "";
|
input.value = "";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user