Files
web/scripts/js
DL6ER 177e1f3143 Use Number.isFinite for the CNAME TTL check
Resolves the `// TODO Fix eslint` left on the TTL validation. `ttlVal` is
always a number (`NaN` or a `Math.trunc` result), so `Number.isFinite` is
equivalent to the global `isFinite` here while satisfying
`unicorn/prefer-number-properties`, letting us drop the accompanying
`eslint-disable-next-line`.

Signed-off-by: DL6ER <dl6er@dl6er.de>
2026-07-12 17:00:33 +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