Files
web/scripts/js
DL6ER 089cdf0ceb Coerce enableTimer text with Number() for consistency
The startup timer setup used `Math.trunc(enaT.text())` while `countDown()`
uses `Math.trunc(Number(enaT.text()))`. Both work (the stored value is a
clean millisecond timestamp), but wrap the value in `Number()` here too so
the two call sites read the `#enableTimer` text identically.

Signed-off-by: DL6ER <dl6er@dl6er.de>
2026-07-12 16:57:44 +02:00
..
2026-07-08 11:49:10 +02:00
2026-07-08 11:16:06 +02:00
2026-07-08 09:59:52 +02:00
2026-07-08 09:27:40 +02:00
2026-07-07 21:07:11 +02:00
2026-07-08 09:59:52 +02:00
2026-07-07 16:30:05 +02:00
2026-07-08 11:16:06 +02:00
2026-07-08 09:59:52 +02:00
2026-07-08 10:54:37 +02:00
2026-07-08 09:16:03 +02:00
2026-07-08 11:16:06 +02:00
2026-07-08 09:59:52 +02:00
2026-07-07 20:30:09 +02:00
2026-07-08 09:09:33 +02:00
2026-07-08 09:59:52 +02:00
2026-07-08 10:54:37 +02:00
2026-07-08 11:49:10 +02:00