Improve readability
parent
2e57839c6f
commit
861afb1255
|
|
@ -143,10 +143,9 @@ function showDetails() {
|
|||
const priceFmt = ciLib.formatPriceString(tokenInfo.price);
|
||||
const mCapFmt = ciLib.formatPriceString(tokenInfo.marketCap);
|
||||
const msg = `
|
||||
Details for ${token.toUpperCase()}\n
|
||||
Price: ${priceFmt}\n
|
||||
Market Cap: ${mCapFmt}\n
|
||||
// Add more fields as needed
|
||||
${token.toUpperCase()}\n
|
||||
Price: ${priceFmt}
|
||||
M-Cap: ${mCapFmt}\n
|
||||
`;
|
||||
E.showAlert(msg, "Token Details").then(function() {
|
||||
// print("Ok pressed");
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.06.61",
|
||||
"version": "0.06.62",
|
||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue