Update app.js
parent
61c8d255e7
commit
7d78869647
|
|
@ -13,8 +13,6 @@ function drawAll(){
|
|||
}
|
||||
|
||||
function updateRest(now,force){
|
||||
Bangle.loadWidgets();
|
||||
Bangle.drawWidgets();
|
||||
if (now.getMinutes() != 0 && force) return;
|
||||
let date = locale.date(now,false);
|
||||
writeLine(WeekDays[now.getDay()],1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue