From: Andrew Dolgov Date: Wed, 6 Feb 2013 08:35:11 +0000 (+0400) Subject: enable displayNewContentPrompt() for cats X-Git-Tag: 1.7.0~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d9013d835144aa698923a53385dc4a711c4bb755;p=tt-rss.git enable displayNewContentPrompt() for cats --- diff --git a/js/feedlist.js b/js/feedlist.js index 72bc436c..282e64b3 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); }