disable new content prompt for categories

master
Andrew Dolgov 14 years ago
parent 1beea80017
commit 179db4a005

@ -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);
}

Loading…
Cancel
Save