Provoke redraw
parent
fc7780d8d2
commit
0595427d3b
|
|
@ -47,6 +47,9 @@
|
|||
this.interval = null;
|
||||
}
|
||||
},
|
||||
run: function () {
|
||||
this.emit("redraw");
|
||||
}
|
||||
}
|
||||
})
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.04.16",
|
||||
"version": "0.04.17",
|
||||
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue