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