diff --git a/main.js b/main.js index 528c28b..1ffbe07 100644 --- a/main.js +++ b/main.js @@ -19,7 +19,7 @@ $(document).ready(function() { $(".public-games").append('
' + this.game_name + ' ' + this.title_id + '
' + '
' + this.player_count + '/' + this.max_player_count + ' Players
' + '
' + this.players.map(player => encode(player)).join(', ') - + '
'); + + ''); }); }); }); \ No newline at end of file