From a771b26952c59bbfb7dc26147c056007b466835c Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 10 May 2016 22:11:41 +0300 Subject: [PATCH] Updating comments count on WebSocket comment message. --- chrome_point_plus/js/point-plus.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrome_point_plus/js/point-plus.js b/chrome_point_plus/js/point-plus.js index bef6df5..54a86bc 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -508,6 +508,9 @@ function PointPlus(ppVersion) { }, function(response) {}); } + // Updating comments number + update_right_panel_unread_count(); + console.groupEnd(); }); }