From 08998e75355b41c3e67ccc933a246913f315d73e Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 28 Feb 2023 15:55:32 +0100 Subject: [PATCH] re-add colorizing of lower thirds box --- .../static/pretalx_broadcast_tools/lower_thirds.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pretalx_broadcast_tools/static/pretalx_broadcast_tools/lower_thirds.js b/pretalx_broadcast_tools/static/pretalx_broadcast_tools/lower_thirds.js index 1c847ab..3ef034c 100644 --- a/pretalx_broadcast_tools/static/pretalx_broadcast_tools/lower_thirds.js +++ b/pretalx_broadcast_tools/static/pretalx_broadcast_tools/lower_thirds.js @@ -6,6 +6,8 @@ function update_lower_third() { return } + $('#l3box').css('background-color', event_info['color']); + if (!schedule) { $('#l3title').text('Waiting for schedule ...') return