mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-12 22:03:06 +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) {});
|
||||
}
|
||||
|
||||
// Updating comments number
|
||||
update_right_panel_unread_count();
|
||||
|
||||
console.groupEnd();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue