]> git.wh0rd.org - tt-rss.git/commitdiff
update floating title unread status when auto catching up
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Jul 2013 06:05:48 +0000 (10:05 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Jul 2013 06:05:48 +0000 (10:05 +0400)
js/viewfeed.js

index 0a20cabcf967880754602860853f64adda0b6bb5..dd1c643268e1d934b4244ffbbb3977653c4b37c0 100644 (file)
@@ -1383,6 +1383,8 @@ function catchupBatchedArticles() {
                                                catchup_id_batch.remove(id);
                                        });
 
+                                       updateFloatingTitle(true);
+
                                } });
                }