diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-07-16 10:05:48 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-07-16 10:05:48 +0400 |
| commit | 00fe7886b6984c78820b39bee520e51f5a6fe0ed (patch) | |
| tree | 80323c3a5d4d534cd919491d0cebbbbbf2795a1a | |
| parent | 41d37fb2c39b2b270981dac423e3d6c55293048d (diff) | |
update floating title unread status when auto catching up
| -rw-r--r-- | js/viewfeed.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js index 0a20cabcf..dd1c64326 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -1383,6 +1383,8 @@ function catchupBatchedArticles() { catchup_id_batch.remove(id); }); + updateFloatingTitle(true); + } }); } |