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);