Update js/loading.js
This commit is contained in:
@@ -85,7 +85,6 @@ fetch("./config.jsonc").then((e) => e.text()).then((jsonc) => {
|
|||||||
|
|
||||||
$("#gamesList li").on("click", function() {
|
$("#gamesList li").on("click", function() {
|
||||||
let url = $(this).attr("url");
|
let url = $(this).attr("url");
|
||||||
alert(url);
|
|
||||||
inGame = true;
|
inGame = true;
|
||||||
$("#everything-else").fadeOut();
|
$("#everything-else").fadeOut();
|
||||||
$("#page-loader").fadeIn();
|
$("#page-loader").fadeIn();
|
||||||
|
|||||||
Reference in New Issue
Block a user