enable displayNewContentPrompt() for cats

This commit is contained in:
Andrew Dolgov 2013-02-06 12:35:11 +04:00
parent be5a5cd26d
commit d9013d8351
1 changed files with 1 additions and 4 deletions

View File

@ -297,10 +297,7 @@ function parse_counters(elems, scheduled_call) {
continue;
}
// TODO: enable new content notification for categories
if (!activeFeedIsCat() && id == getActiveFeedId()
&& ctr > getFeedUnread(id) && scheduled_call) {
if (id == getActiveFeedId() && ctr > getFeedUnread(id) && scheduled_call) {
displayNewContentPrompt(id);
}