1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

disable new content prompt for categories

This commit is contained in:
Andrew Dolgov
2010-11-19 22:28:16 +03:00
parent 1beea80017
commit 179db4a005
+4 -1
View File
@@ -309,7 +309,10 @@ function parse_counters(reply, scheduled_call) {
var treeItem;
if (id == getActiveFeedId() && ctr > getFeedUnread(id) && scheduled_call) {
// TODO: enable new content notification for categories
if (!activeFeedIsCat() && id == getActiveFeedId()
&& ctr > getFeedUnread(id) && scheduled_call) {
displayNewContentPrompt(id);
}