diff --git a/apps/contourclock/app.js b/apps/contourclock/app.js index 9922cdfe6..407203e6c 100644 --- a/apps/contourclock/app.js +++ b/apps/contourclock/app.js @@ -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