]> git.mxchange.org Git - friendica.git/blobdiff - view/js/main.js
Merge pull request #5669 from annando/notices-in-notifications
[friendica.git] / view / js / main.js
index 32510233322389eb0be2177f745780d9ca24f55b..4788d90a830cc6e4296c024d66d956253b42024f 100644 (file)
@@ -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);
                                        }