diff --git a/www/js/ui.js b/www/js/ui.js index d2fd422..b493999 100644 --- a/www/js/ui.js +++ b/www/js/ui.js @@ -260,7 +260,7 @@ const UI = { if(records[r].player == 1) { handle = records[r].dusk; } rows.push([ - handle, + UI.text(handle), UI.text(records[r].turn), UI.text(records[r].viewers), buttons,