Clear load-message after loading data
parent
c1edfede23
commit
f45c13012f
|
|
@ -55,6 +55,7 @@ function repeatingRequest(repeatable) {
|
|||
// Handle the response here
|
||||
const apiData = JSON.parse(data.resp);
|
||||
tknChrtData = apiData.map(innerArray => innerArray[1]);
|
||||
currLoadMsg = "";
|
||||
})
|
||||
.catch(err => {
|
||||
console.error("HTTP request failed:", err);
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.06.30",
|
||||
"version": "0.06.31",
|
||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue