summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-16 10:05:48 +0400
committerAndrew Dolgov <[email protected]>2013-07-16 10:05:48 +0400
commit00fe7886b6984c78820b39bee520e51f5a6fe0ed (patch)
tree80323c3a5d4d534cd919491d0cebbbbbf2795a1a /js
parent41d37fb2c39b2b270981dac423e3d6c55293048d (diff)
update floating title unread status when auto catching up
Diffstat (limited to 'js')
-rw-r--r--js/viewfeed.js2
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);
+
} });
}