]8 18[ instead of [8 18]

This commit is contained in:
Mylloon 2025-01-06 18:37:46 +01:00
parent 67cab57425
commit fece5ab486
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -36,7 +36,7 @@ window.addEventListener("load", () => {
]; ];
const hour = new Date().getHours(); const hour = new Date().getHours();
if (hour < 8 || hour > 18) { if (hour <= 8 || hour >= 18) {
tags = tags.concat([ tags = tags.concat([
new Tag( new Tag(
"0x520", "0x520",