Update js/loading.js

This commit is contained in:
MonkeyGG2
2023-11-29 03:18:11 +00:00
parent 7ba2762324
commit d116d0df48
-1
View File
@@ -85,7 +85,6 @@ fetch("./config.jsonc").then((e) => e.text()).then((jsonc) => {
$("#gamesList li").on("click", function() {
let url = $(this).attr("url");
alert(url);
inGame = true;
$("#everything-else").fadeOut();
$("#page-loader").fadeIn();