From f4be2bd92a1e4b1cebd0d44e8fc46ffeb9eb5588 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 27 Jul 2023 13:03:02 +0200 Subject: [PATCH] Move the turnover numbers around a bit; still looks odd, but perhaps less so. --- ultimate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultimate.js b/ultimate.js index f913e3d..d919696 100644 --- a/ultimate.js +++ b/ultimate.js @@ -947,10 +947,10 @@ function make_table_team_wide(players) { { let row = document.createElement('tr'); let name = add_3cell(row, 'Turnovers generated', 'name'); - add_3cell(row, ''); add_3cell(row, globals.turnovers_won); add_3cell(row, ''); add_3cell(row, globals.turnovers_lost); + add_3cell(row, ''); rows.push(row); } -- 2.39.2