From fece5ab48689509a9a9e9682774f772bff60182b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 6 Jan 2025 18:37:46 +0100 Subject: [PATCH] ]8 18[ instead of [8 18] --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 9ea7845..99b9620 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -36,7 +36,7 @@ window.addEventListener("load", () => { ]; const hour = new Date().getHours(); - if (hour < 8 || hour > 18) { + if (hour <= 8 || hour >= 18) { tags = tags.concat([ new Tag( "0x520",