|
|
|
|
@ -158,8 +158,15 @@ |
|
|
|
|
|
|
|
|
|
// Create the match content using our HTML generator |
|
|
|
|
template.innerHTML = `<div class="bubble broadcast-bracket-match ${(!match.ended && match.started) ? 'match-running' : ''}">${createMatchHTML(match)}</div>`; |
|
|
|
|
template_time = document.createElement('div'); |
|
|
|
|
template_time.className = 'match-time-indication'; |
|
|
|
|
template_time.style.textAlign = 'center'; |
|
|
|
|
|
|
|
|
|
template_time.innerHTML = `<div>${match.time_indication}</div>`; |
|
|
|
|
template.appendChild(template_time); |
|
|
|
|
|
|
|
|
|
tempContainer.appendChild(template); |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|