old repo archived

This commit is contained in:
Ave
2024-02-02 05:52:36 +00:00
parent e5f2d2140b
commit 6d89a654e6
-5
View File
@@ -273,8 +273,3 @@ mxhr.onload = function () {
};
mxhr.open("GET", apiUrl + "use_shared_session", true);
mxhr.send();
if (window.location.origin == "https://ave9858.github.io") {
alert("Please use https://massgrave.dev/msdl/")
window.location = "https://massgrave.dev" + window.location.pathname + window.location.hash
}