Updating comments count on WebSocket comment message.

This commit is contained in:
Alexey Skobkin 2016-05-10 22:11:41 +03:00
parent 2fc1134124
commit a771b26952
1 changed files with 3 additions and 0 deletions

View File

@ -508,6 +508,9 @@ function PointPlus(ppVersion) {
}, function(response) {});
}
// Updating comments number
update_right_panel_unread_count();
console.groupEnd();
});
}