From 123b20f76c111762cc26d5dd2ff88f8dad5f6b3e Mon Sep 17 00:00:00 2001 From: oberon Date: Mon, 16 Feb 2026 18:31:36 +0100 Subject: [PATCH] fixxes --- static/js/ui-channels.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/ui-channels.js b/static/js/ui-channels.js index 84f73cd..6f2eb10 100644 --- a/static/js/ui-channels.js +++ b/static/js/ui-channels.js @@ -86,4 +86,5 @@ function renderChannels() { }); } -window.renderChannels = renderChannels; \ No newline at end of file +// Am Ende von ui-channels.js +window.initChannels = renderChannels; \ No newline at end of file