From 51446540676deeecfc3b36c2304f0fc7fff02d22 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 2 Sep 2023 05:07:50 +0000 Subject: [PATCH] Enable automatic updates --- view/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/js/main.js b/view/js/main.js index 3e0f8307a..c1a1ea7fd 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -506,7 +506,7 @@ function NavUpdate() { $('nav').trigger('nav-update', data.result); // start live update - ['network', 'profile', 'community', 'notes', 'display', 'contact'].forEach(function (src) { + ['network', 'profile', 'channel', 'community', 'notes', 'display', 'contact'].forEach(function (src) { if ($('#live-' + src).length) { liveUpdate(src); }