For first only wait till next minute
parent
017a7a86e1
commit
93fbffed3b
|
|
@ -68,7 +68,7 @@
|
|||
self.emit("redraw");
|
||||
});
|
||||
}, 3600000);
|
||||
}, 3600000 - (Date.now() % 3600000));
|
||||
}, 60000 - (Date.now() % 60000 ));
|
||||
},
|
||||
hide: function() {
|
||||
if (this.interval) {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.04.28",
|
||||
"version": "0.04.29",
|
||||
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue