X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjs%2Fmain.js;h=4788d90a830cc6e4296c024d66d956253b42024f;hb=c1933fcb13db2f71aa3a6eacefde85fe0f5b36c1;hp=32510233322389eb0be2177f745780d9ca24f55b;hpb=b6e57989dc9a3a26a832666cba17037eb222c7e7;p=friendica.git diff --git a/view/js/main.js b/view/js/main.js index 3251023332..4788d90a83 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -383,7 +383,7 @@ function NavUpdate() { $('nav').trigger('nav-update', data.result); // start live update - ['network', 'profile', 'community', 'notes', 'display'].forEach(function (src) { + ['network', 'profile', 'community', 'notes', 'display', 'contacts'].forEach(function (src) { if ($('#live-' + src).length) { liveUpdate(src); }