pull/140/head
Raymond 2025-03-31 15:56:39 -04:00 committed by Azalea
parent 636bea080a
commit 64fe4b682a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
}
let path = window.location.pathname;
if (new Date("April 2 2025") - new Date() > 0 && localStorage.getItem("token")))
if (new Date("April 2 2025") - new Date() > 0 && localStorage.getItem("token"))
{
const s = document.createElement("link");
s.href = "/assets/chu/aqua.css";