Trying not to lose the button handlers
parent
917f514a35
commit
757c87ffb0
|
|
@ -152,6 +152,7 @@ function showDetails() {
|
|||
g.clear();
|
||||
layout.forgetLazyState();
|
||||
layout.render();
|
||||
layout.setUI();
|
||||
});
|
||||
})
|
||||
.catch(err => {
|
||||
|
|
@ -161,6 +162,7 @@ function showDetails() {
|
|||
g.clear();
|
||||
layout.forgetLazyState();
|
||||
layout.render();
|
||||
layout.setUI();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.06.63",
|
||||
"version": "0.06.64",
|
||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue