mirror of https://github.com/hykilpikonna/AquaDX
fix: userbox fix
parent
6fcbc67954
commit
2eee562e0e
|
@ -41,9 +41,7 @@
|
|||
}
|
||||
let path = window.location.pathname;
|
||||
|
||||
if ((new Date().getDate() == 1
|
||||
&& new Date().getMonth() == 3
|
||||
&& 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";
|
||||
|
|
Loading…
Reference in New Issue