summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-06 12:35:11 +0400
committerAndrew Dolgov <[email protected]>2013-02-06 12:35:11 +0400
commitd9013d835144aa698923a53385dc4a711c4bb755 (patch)
treedd7d45f81b86141574adeb910fd1d22c3c11a9e1 /js
parentbe5a5cd26d6776f76119b788018e7fd95839c690 (diff)
enable displayNewContentPrompt() for cats
Diffstat (limited to 'js')
-rw-r--r--js/feedlist.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/js/feedlist.js b/js/feedlist.js
index 72bc436cb..282e64b37 100644
--- a/js/feedlist.js
+++ b/js/feedlist.js
@@ -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);
}