mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 19:51:03 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$('#l3box').css('background-color', event_info['color']);
|
||||||
|
|
||||||
if (!schedule) {
|
if (!schedule) {
|
||||||
$('#l3title').text('Waiting for schedule ...')
|
$('#l3title').text('Waiting for schedule ...')
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue