Change Date access according to Bangle JS reference
parent
3497fe5ecd
commit
2066d6eeec
|
|
@ -77,9 +77,7 @@ layout.update();
|
|||
var updateTimeout;
|
||||
function getChart(period) {
|
||||
//
|
||||
const date = new Date();
|
||||
const dateString = date.toDateString();
|
||||
logFile.write("Called:" + dateString);
|
||||
logFile.write("Called:" + Date.toString());
|
||||
|
||||
// Clear any existing timeout
|
||||
if (updateTimeout) clearTimeout(updateTimeout);
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.06.50",
|
||||
"version": "0.06.51",
|
||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue