]> git.sesse.net Git - ultimatescore/commitdiff
Fix display of group L in the carousel.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 19 Feb 2020 23:19:48 +0000 (00:19 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 19 Feb 2020 23:19:48 +0000 (00:19 +0100)
carousel.js

index 3a0905edd75ba5d137dffaa2f8afd125c9c36634..1a38e1b7d077fd17251333fa9ad14996c067da52 100644 (file)
@@ -711,6 +711,7 @@ function showcarousel()
        let cb = function(response, group_name) {
                let teams = parse_teams_from_spreadsheet(response);
                let games = parse_games_from_spreadsheet(response, group_name, true);
+               teams = filter_teams(teams, response);
                teams_per_group[group_name] = teams;
                games_per_group[group_name] = games;