From caea7cb30f55f3697240614667f239e97b2e8a43 Mon Sep 17 00:00:00 2001 From: xxDUxx <96152564+xxDUxx@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:26:14 +0100 Subject: [PATCH] Update app.js --- apps/contourclock/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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