X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=carousel.js;h=e73a38701b455c46330a7edef42cad8306cf9770;hb=3caaaf2f00d9f2d6753e2a8fd81e271c137b812c;hp=35b02883c7d91809e89e5ec891e10733c9595c83;hpb=f213a918a5884135bfbf503e6f66f8f705d2fb8f;p=ultimatescore diff --git a/carousel.js b/carousel.js index 35b0288..e73a387 100644 --- a/carousel.js +++ b/carousel.js @@ -391,7 +391,7 @@ function display_group_parsed(teams, games, group_name) let carousel = document.getElementById('carousel'); clear_carousel(carousel); - addheading(carousel, 5, "Current standings
" + group_name); + addheading(carousel, 5, "Current standings, Trøndisk 2018
" + group_name); let tr = document.createElement("tr"); tr.className = "subfooter"; addth(tr, "rank", ""); @@ -427,7 +427,7 @@ function display_group_parsed(teams, games, group_name) let footer_tr = document.createElement("tr"); footer_tr.className = "footer"; let td = document.createElement("td"); - td.appendChild(document.createTextNode("Norwegian Ultimate Championships 2018 | #ultimatenm")); + td.appendChild(document.createTextNode("www.trondheimfrisbeeklubb.no | #trøndisk")); td.setAttribute("colspan", "5"); footer_tr.appendChild(td); carousel.appendChild(footer_tr); @@ -541,7 +541,7 @@ function display_stream_schedule_parsed(teams, games, page) { let carousel = document.getElementById('carousel'); clear_carousel(carousel); - addheading(carousel, 3, "Match schedule
" + covered_days.join('/') + " (all times CET)"); + addheading(carousel, 3, "Stream schedule, Trøndisk 2018
" + covered_days.join('/') + " (all times CET)"); let teams_to_idx = make_teams_to_idx(teams); row_num = 0;