diff --git a/index.html b/index.html index 068db962..f2f02d02 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,9 @@



-
+
+

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

+
diff --git a/js/games.js b/js/games.js index 6f2d8e53..30006c6b 100644 --- a/js/games.js +++ b/js/games.js @@ -17,6 +17,7 @@ $.getJSON("/games.json", function (data) { ) ); } + $("#games #message").remove(); }); $(document).ready(function() { diff --git a/style.css b/style.css index a0b81d41..322730f4 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,7 @@ button:hover { } #game h1 { + float: right; font-size: 0.85em; color: rgb(149, 186, 241) }