From 65325e5089b3faa885a16bb0ddd08e9d17f8188c Mon Sep 17 00:00:00 2001 From: Ral <> Date: Fri, 9 May 2025 21:47:34 +0200 Subject: [PATCH] [PATCH] Disbale wrong footer --- assets/js/custom/dom/schedule.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/js/custom/dom/schedule.js b/assets/js/custom/dom/schedule.js index f8f5f87..f8d64d5 100644 --- a/assets/js/custom/dom/schedule.js +++ b/assets/js/custom/dom/schedule.js @@ -104,10 +104,7 @@ const list_tracks = (tracks) => const footer = (tracks, config) => html` - `; + `; const update_main_slide = (data, time, config) => {