]> git.mxchange.org Git - friendica.git/blobdiff - view/js/main.js
Remove unused variable in Model\Item
[friendica.git] / view / js / main.js
index 384b35523083d31b163e6c965f927e9e433ad5d1..95e7b1542edf4b38b7c585dfdfe73f020b0b2b8b 100644 (file)
@@ -390,7 +390,7 @@ function NavUpdate() {
                                $('nav').trigger('nav-update', data.result);
 
                                // start live update
-                               ['network', 'profile', 'community', 'notes', 'display', 'contacts'].forEach(function (src) {
+                               ['network', 'profile', 'community', 'notes', 'display', 'contact'].forEach(function (src) {
                                        if ($('#live-' + src).length) {
                                                liveUpdate(src);
                                        }