This commit is contained in:
aggelosQQ 2016-08-29 15:10:38 +03:00
parent 50d3eb9996
commit d8eac5e363
2 changed files with 3 additions and 2 deletions

View file

@ -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();
}
});