X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ultimate.js;fp=ultimate.js;h=d9196967c8502fe9127a2d032a65ad80f381a980;hb=f4be2bd92a1e4b1cebd0d44e8fc46ffeb9eb5588;hp=f913e3d87df150468417207c8fdfab41c99f6d91;hpb=f23692525864984376d5f97c3f6fcc72c2870861;p=pkanalytics 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); }