From: Andrew Dolgov Date: Tue, 16 Jul 2013 06:05:48 +0000 (+0400) Subject: update floating title unread status when auto catching up X-Git-Tag: 1.9~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=00fe7886b6984c78820b39bee520e51f5a6fe0ed;p=tt-rss.git update floating title unread status when auto catching up --- diff --git a/js/viewfeed.js b/js/viewfeed.js index 0a20cabc..dd1c6432 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1383,6 +1383,8 @@ function catchupBatchedArticles() { catchup_id_batch.remove(id); }); + updateFloatingTitle(true); + } }); }