From: Steinar H. Gunderson Date: Thu, 27 Jul 2023 11:03:02 +0000 (+0200) Subject: Move the turnover numbers around a bit; still looks odd, but perhaps less so. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f4be2bd92a1e4b1cebd0d44e8fc46ffeb9eb5588;p=pkanalytics Move the turnover numbers around a bit; still looks odd, but perhaps less so. --- 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); }