Enable automatic updates
This commit is contained in:
parent
f2d8650d36
commit
5144654067
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user