]> git.wh0rd.org - tt-rss.git/commitdiff
hideReadFeeds also hides labels
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 19 Mar 2013 12:11:43 +0000 (16:11 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 19 Mar 2013 12:11:43 +0000 (16:11 +0400)
js/FeedTree.js

index 2cb6346e4b8a9f6058ea56df5a69cb7cde4d2216..0b75629f0e968b14b0c0913664ad2ea4808ae218 100644 (file)
@@ -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 {