From 99681a5776df7a36b67e932be07ee2255e48df87 Mon Sep 17 00:00:00 2001 From: Jonas Weinz Date: Fri, 29 Mar 2019 13:12:56 +0100 Subject: [PATCH] fixed elo score font size --- websocket_connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket_connection.js b/websocket_connection.js index c38111a..80feda5 100644 --- a/websocket_connection.js +++ b/websocket_connection.js @@ -353,7 +353,7 @@ class WebsocketConnection display_name = display_name.substr(0,8) + "…"; } - var tmp = this.search_container.create_double_button("" + display_name + "" + this.elos[i] + "", "-"); + var tmp = this.search_container.create_double_button("" + display_name + "" + this.elos[i] + "", "-"); tmp[1].name = this.friends[i]; tmp[2].name = this.friends[i];