]> git.wh0rd.org - tt-rss.git/commitdiff
enable displayNewContentPrompt() for cats
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 6 Feb 2013 08:35:11 +0000 (12:35 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 6 Feb 2013 08:35:11 +0000 (12:35 +0400)
js/feedlist.js

index 72bc436cb6e701163839726fa44de6bbd582ede2..282e64b372c8100a83a10a75a8852646c894b813 100644 (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);
                        }