Fix to available static token info

master
Martin Zwigl 2025-03-22 23:08:46 +01:00
parent fb0d08f260
commit 6efdce35da
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ function getChart(period) {
// //
function showLowHigh() { function showLowHigh() {
const title = `L/H ${tokenInfo.symbol}`; const title = `L/H ${csTokens[ticker]}`;
const first = ciLib.formatPriceString(optSpacing.first); const first = ciLib.formatPriceString(optSpacing.first);
const last = ciLib.formatPriceString(optSpacing.last); const last = ciLib.formatPriceString(optSpacing.last);
const low = ciLib.formatPriceString(optSpacing.low); const low = ciLib.formatPriceString(optSpacing.low);

View File

@ -1,7 +1,7 @@
{ "id": "coin_info", { "id": "coin_info",
"name": "Crypto-Coins Info", "name": "Crypto-Coins Info",
"shortName":"Coins Info", "shortName":"Coins Info",
"version": "0.07.01", "version": "0.07.02",
"description": "Crypto-Coins Infos with the help of the Binance API", "description": "Crypto-Coins Infos with the help of the Binance API",
"icon": "app.png", "icon": "app.png",
"tags": "clkinfo", "tags": "clkinfo",