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:
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';
|
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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue