From: Steinar H. Gunderson Date: Wed, 19 Feb 2020 23:16:53 +0000 (+0100) Subject: Fix syntax error. X-Git-Url: https://git.sesse.net/?p=ultimatescore;a=commitdiff_plain;h=693747756e9731f299c69c7374adc61c0d71450f Fix syntax error. --- 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(); } ] ];