From 33c7e0794730984ec7ae3bbd67b2327249cc69cd Mon Sep 17 00:00:00 2001 From: Sky Date: Tue, 29 Aug 2023 10:39:49 -0400 Subject: [PATCH] fix pinned games breaking everything --- index.html | 2 +- js/games.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index fe021290..20a499de 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@

All Games

-

Please wait for the games to load.. If you see this for more than a second, try reloading and reporting a bug report.

+

Please wait for the games to load.. If you see this for more than a second, try reloading, and if you keep seeing this message, report a bug.

diff --git a/js/games.js b/js/games.js index 2eabb9cb..3529f700 100644 --- a/js/games.js +++ b/js/games.js @@ -42,7 +42,6 @@ $.getJSON("/games.json", function (data) { if ($("#pinnedgames #message")) { $("#pinnedmessage").hide(); } - $element.addEventListener("error", imageNotFound); } $("#games").append($element);