Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanzers committed Feb 5, 2024
2 parents 956536b + 6d89a65 commit 2b9b980
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/msdl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 2b9b980

Please sign in to comment.