From 6d89a654e64071f4e788751ca01ec34994136e4b Mon Sep 17 00:00:00 2001 From: Ave <112294121+Ave9858@users.noreply.github.com> Date: Fri, 2 Feb 2024 05:52:36 +0000 Subject: [PATCH] old repo archived --- js/msdl.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/msdl.js b/js/msdl.js index 7143c60..31455e5 100644 --- a/js/msdl.js +++ b/js/msdl.js @@ -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 -}