Files
web/scripts
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
..