mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
add a reload message
This commit is contained in:
parent
aa46ef4846
commit
df369b1284
@ -51,7 +51,9 @@
|
||||
<p id="gamecounter"></p>
|
||||
<input type="text" id="gamesearch" placeholder="Type here to search.."> <br>
|
||||
<br>
|
||||
<div id="games"></div>
|
||||
<div id="games">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
@ -17,6 +17,7 @@ $.getJSON("/games.json", function (data) {
|
||||
)
|
||||
);
|
||||
}
|
||||
$("#games #message").remove();
|
||||
});
|
||||
|
||||
$(document).ready(function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user