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(); }); }