1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 08:11:29 +00:00

update floating title unread status when auto catching up

This commit is contained in:
Andrew Dolgov
2013-07-16 10:05:48 +04:00
parent 41d37fb2c3
commit 00fe7886b6

View File

@@ -1383,6 +1383,8 @@ function catchupBatchedArticles() {
catchup_id_batch.remove(id); catchup_id_batch.remove(id);
}); });
updateFloatingTitle(true);
} }); } });
} }