From: Scott Gasch Date: Tue, 7 Apr 2026 17:50:00 +0000 (-0700) Subject: More minor changes. X-Git-Url: https://git.acknak.org/gitweb/?a=commitdiff_plain;h=afd45619e818ad8381ecdf5ded0aac5df795518a;p=kiosk.git More minor changes. --- diff --git a/kiosk.py b/kiosk.py index 308c649..c860688 100755 --- a/kiosk.py +++ b/kiosk.py @@ -450,7 +450,7 @@ def emit_wrapped( // We wrap the colon in a span that stays there forever. // We just toggle the opacity to make it "blink". var style = (today.getSeconds() %% 2 == 0) ? "opacity: 0;" : "opacity: 1;"; - var colon = ":"; + var colon = ":"; document.getElementById("time").innerHTML = h + colon + m + ampm; document.getElementById("date").innerHTML = today.toDateString();