diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index b99178454..c45f0e903 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -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); diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index 1f1f01e25..df3adc3cb 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -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",