From 693747756e9731f299c69c7374adc61c0d71450f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 20 Feb 2020 00:16:53 +0100 Subject: [PATCH] Fix syntax error. --- carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carousel.js b/carousel.js index 9872472..3a0905e 100644 --- a/carousel.js +++ b/carousel.js @@ -723,7 +723,7 @@ function showcarousel() [ 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(); } ] + [ 2000, function() { hidetable(); } ], [ 13000, function() { display_group_parsed(teams_per_group['Playoffs 9th-13th'], games_per_group['Playoffs 9th-13th'], 'Playoffs 9th–13th'); } ], [ 2000, function() { hidetable(); } ] ]; -- 2.39.2