Skip to content

Commit

Permalink
still don't want categories with no feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
mboinet committed May 20, 2013
1 parent 47a91b2 commit e251125
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scripts/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ define(['api','backbone','utils'],
var request = {
op: "getCategories",
enable_nested: "false", // we want nested ones but they will not be nested yet
include_empty: (settings.attributes.hideEmptyCategories=="false"), // do not get empty categories
unread_only: settings.attributes.hideEmptyCategories // get only feeds with unread articles
unread_only: settings.attributes.hideEmptyCategories // get only feeds with unread articles
};

api.ttRssApiCall(request, function(res){
Expand Down

0 comments on commit e251125

Please sign in to comment.