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