1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 10:07:18 +00:00

Merge branch 'Kunsi:main' into main

This commit is contained in:
Daniel Havlik 2021-12-25 03:48:46 +01:00 committed by GitHub
commit 42b7270417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,13 @@ function update_lower_third() {
return
}
if (!schedule || !event_info) {
console.warn("There's no schedule or no event info yet, exiting ...");
if (!event_info) {
console.warn("There's no event info yet, exiting");
return
}
if (!schedule) {
$('#l3title').text('Waiting for schedule ...')
return
}