X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=carousel.js;h=bbab9aafe300ea0787f291a32a75fd33efbaebf5;hb=04d37d73a81b67fb36a26793d4ab1ed5ce7178a8;hp=b5bf8e294ee80b01d1a8368ee766714536def05c;hpb=a78e18d53f4c00fbcb424144b53afc6c064a7d94;p=ultimatescore diff --git a/carousel.js b/carousel.js index b5bf8e2..bbab9aa 100644 --- a/carousel.js +++ b/carousel.js @@ -624,6 +624,7 @@ function showschedule(page) get_group('Group A', cb); get_group('Group B', cb); + get_group('Group C', cb); get_group('Playoffs', cb); }; @@ -661,6 +662,8 @@ function showcarousel() [ 13000, function() { display_group_parsed(teams_per_group['Group A'], games_per_group['Group A'], 'Group A'); } ], [ 2000, function() { hidetable(); } ], [ 13000, function() { display_group_parsed(teams_per_group['Group B'], games_per_group['Group B'], 'Group B'); } ], + [ 2000, function() { hidetable(); } ], + [ 13000, function() { display_group_parsed(teams_per_group['Group C'], games_per_group['Group C'], 'Group C'); } ], [ 2000, function() { hidetable(); } ] ]; let num_pages = find_num_pages(combined_games); @@ -675,6 +678,7 @@ function showcarousel() get_group('Group A', cb); get_group('Group B', cb); + get_group('Group C', cb); get_group('Playoffs', cb); };