mirror of https://github.com/espruino/BangleApps
Update app.js
parent
01ada02272
commit
caea7cb30f
|
@ -32,7 +32,7 @@
|
||||||
if (extrasTimeout) clearTimeout(extrasTimeout);
|
if (extrasTimeout) clearTimeout(extrasTimeout);
|
||||||
extrasTimeout = setTimeout(() => {
|
extrasTimeout = setTimeout(() => {
|
||||||
extrasTimeout = undefined;
|
extrasTimeout = undefined;
|
||||||
drawExtras();
|
hideExtras();
|
||||||
}, 5000);
|
}, 5000);
|
||||||
};
|
};
|
||||||
let drawExtras = function() { //draw date, day of the week and widgets
|
let drawExtras = function() { //draw date, day of the week and widgets
|
||||||
|
|
Loading…
Reference in New Issue