Try showMessage instead of showAlert
parent
757c87ffb0
commit
09ff5120a2
|
|
@ -147,13 +147,14 @@ function showDetails() {
|
|||
Price: ${priceFmt}
|
||||
M-Cap: ${mCapFmt}\n
|
||||
`;
|
||||
E.showAlert(msg, "Token Details").then(function() {
|
||||
// print("Ok pressed");
|
||||
g.clear();
|
||||
layout.forgetLazyState();
|
||||
layout.render();
|
||||
layout.setUI();
|
||||
});
|
||||
// E.showAlert(msg, "Token Details").then(function() {
|
||||
// // print("Ok pressed");
|
||||
// g.clear();
|
||||
// layout.forgetLazyState();
|
||||
// layout.render();
|
||||
// layout.setUI();
|
||||
// });
|
||||
E.showMessage(msg, "Token Details");
|
||||
})
|
||||
.catch(err => {
|
||||
const msg = `Failed to fetch details for ${token.toUpperCase()}`;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.06.64",
|
||||
"version": "0.06.65",
|
||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue