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",