mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2025-08-01 18:22:48 +00:00
Fixes #20
This commit is contained in:
parent
50d3eb9996
commit
d8eac5e363
2 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@ $(document).ready(function() {
|
|||
$(".button").hide();
|
||||
} else {
|
||||
$("#online").html('TotalFreedom has <font color="green">' + json.players.online + '/' + json.players.max + '</font> players online!');
|
||||
$("#players-online").html(json.players.online + ' online players!');
|
||||
$('.button').show();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue