Skip to content

Commit

Permalink
move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mboinet committed May 20, 2013
1 parent 0a512d3 commit c508f7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scripts/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,9 @@ define(['api','backbone','utils'],
// only action for a category: read
var request = {
op: "getCategories",
enable_nested: "false",
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
// we want nested ones but they will not be
// nested yet
};

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

0 comments on commit c508f7c

Please sign in to comment.