mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 10:46:02 +00:00
Updating comments count on WebSocket comment message.
This commit is contained in:
parent
2fc1134124
commit
a771b26952
|
@ -508,6 +508,9 @@ function PointPlus(ppVersion) {
|
||||||
}, function(response) {});
|
}, function(response) {});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Updating comments number
|
||||||
|
update_right_panel_unread_count();
|
||||||
|
|
||||||
console.groupEnd();
|
console.groupEnd();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue