Enable automatic updates
This commit is contained in:
@@ -506,7 +506,7 @@ function NavUpdate() {
|
|||||||
$('nav').trigger('nav-update', data.result);
|
$('nav').trigger('nav-update', data.result);
|
||||||
|
|
||||||
// start live update
|
// 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) {
|
if ($('#live-' + src).length) {
|
||||||
liveUpdate(src);
|
liveUpdate(src);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user