1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2025-04-04 05:54:35 +00:00

fix design for "talk has ended"

This commit is contained in:
Franziska Kunsmann 2025-03-10 05:32:03 +01:00
parent 1c951c6f65
commit a05cbfc0d4

View file

@ -61,7 +61,7 @@ function update_room_info() {
progressbar_bar.style.width = '0'; progressbar_bar.style.width = '0';
timehint.innerHTML = ''; timehint.innerHTML = '';
} else if (scheduled_end < now) { } else if (scheduled_end < now) {
timeleft.innerHTML = '0sec'; timeleft.innerHTML = '0:00';
progressbar_bar.style.width = '100vw'; progressbar_bar.style.width = '100vw';
timehint.innerHTML = 'talk has ended'; timehint.innerHTML = 'talk has ended';
} else { } else {