]> git.sesse.net Git - pkanalytics/commitdiff
Move the turnover numbers around a bit; still looks odd, but perhaps less so.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 27 Jul 2023 11:03:02 +0000 (13:03 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 27 Jul 2023 11:03:02 +0000 (13:03 +0200)
ultimate.js

index f913e3d87df150468417207c8fdfab41c99f6d91..d9196967c8502fe9127a2d032a65ad80f381a980 100644 (file)
@@ -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);
        }