Enable automatic updates

This commit is contained in:
Michael 2023-09-02 05:07:50 +00:00
parent f2d8650d36
commit 5144654067
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}