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

index 3d49e94b45fb12159f2d3895e48b7b275bf824ce..2336e5545d7a091259150e24a0a49b6f2e73baaa 100644 (file)
@@ -473,7 +473,7 @@ function display_stream_schedule_parsed(teams, games, page) {
        
        var carousel = document.getElementById('carousel');
        clear_carousel(carousel);
-       addheading(carousel, 3, "Stream schedule, Trøndisk 2017<br />" + covered_days.join('/'));
+       addheading(carousel, 3, "Stream schedule, Trøndisk 2017<br />" + covered_days.join('/') + " (all times CET)");
 
        var teams_to_idx = make_teams_to_idx(teams);
        row_num = 0;