mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 15:01:01 +00:00
re-add colorizing of lower thirds box
This commit is contained in:
parent
6bc110b9fb
commit
08998e7535
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ function update_lower_third() {
|
|||
return
|
||||
}
|
||||
|
||||
$('#l3box').css('background-color', event_info['color']);
|
||||
|
||||
if (!schedule) {
|
||||
$('#l3title').text('Waiting for schedule ...')
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue