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

re-add colorizing of lower thirds box

This commit is contained in:
Franzi 2023-02-28 15:55:32 +01:00
parent 6bc110b9fb
commit 08998e7535
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -6,6 +6,8 @@ function update_lower_third() {
return
}
$('#l3box').css('background-color', event_info['color']);
if (!schedule) {
$('#l3title').text('Waiting for schedule ...')
return