Clear load-message after loading data

master
Martin Zwigl 2025-03-16 18:54:25 +01:00
parent c1edfede23
commit f45c13012f
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -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",