mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-04-03 10:34:39 +00:00
fix design for "talk has ended"
This commit is contained in:
parent
1c951c6f65
commit
a05cbfc0d4
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function update_room_info() {
|
|||
progressbar_bar.style.width = '0';
|
||||
timehint.innerHTML = '';
|
||||
} else if (scheduled_end < now) {
|
||||
timeleft.innerHTML = '0sec';
|
||||
timeleft.innerHTML = '0:00';
|
||||
progressbar_bar.style.width = '100vw';
|
||||
timehint.innerHTML = 'talk has ended';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue