]> git.sesse.net Git - ultimatescore/commitdiff
Unbreak non-carousel schedule display.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 Oct 2017 16:33:16 +0000 (17:33 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 Oct 2017 16:33:16 +0000 (17:33 +0100)
carousel.js

index 9084ffb0761b4d97af4218878740cf9611a43c27..3d49e94b45fb12159f2d3895e48b7b275bf824ce 100644 (file)
@@ -544,7 +544,7 @@ function showschedule(page)
                teams = teams.concat(parse_teams_from_spreadsheet(response));
                games = games.concat(parse_games_from_spreadsheet(response, group_name, true));
                if (--num_left == 0) {
-                       display_stream_schedule_parsed(teams, games, page);
+                       display_stream_schedule_parsed(teams, games, 0);
                }
        };