hideReadFeeds also hides labels
This commit is contained in:
parent
6e61104d78
commit
714b063f6b
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
|
|||
var node = tree._itemNodesMap[id];
|
||||
|
||||
if (node) {
|
||||
if (hide && unread == 0 && (bare_id > 0 || !show_special)) {
|
||||
if (hide && unread == 0 && (bare_id > 0 || bare_id < -10 || !show_special)) {
|
||||
Effect.Fade(node[0].rowNode, {duration : 0.3,
|
||||
queue: { position: 'end', scope: 'FFADE-' + id, limit: 1 }});
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue