mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
fix pinned games breaking everything
This commit is contained in:
parent
4f4773ddae
commit
33c7e07947
@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<div id="games">
|
<div id="games">
|
||||||
<h2>All Games</h2>
|
<h2>All Games</h2>
|
||||||
<p id="message">Please wait for the games to load.. If you see this for more than a second, try reloading and reporting a <a href="https://forms.gle/j75WUn6UhdqsRZgf7">bug report</a>.</p>
|
<p id="message">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, <a href="https://forms.gle/j75WUn6UhdqsRZgf7">report a bug</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -42,7 +42,6 @@ $.getJSON("/games.json", function (data) {
|
|||||||
if ($("#pinnedgames #message")) {
|
if ($("#pinnedgames #message")) {
|
||||||
$("#pinnedmessage").hide();
|
$("#pinnedmessage").hide();
|
||||||
}
|
}
|
||||||
$element.addEventListener("error", imageNotFound);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#games").append($element);
|
$("#games").append($element);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user