From f45c13012f4df6648210e3d6fc57342db005d001 Mon Sep 17 00:00:00 2001 From: Martin Zwigl Date: Sun, 16 Mar 2025 18:54:25 +0100 Subject: [PATCH] Clear load-message after loading data --- apps/coin_info/app.js | 1 + apps/coin_info/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",