1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 15:21:34 +00:00

feedlist: do not expand category on click

This commit is contained in:
Andrew Dolgov
2010-11-16 09:53:55 +03:00
parent 2ef5c21f61
commit 7923cfe97c
2 changed files with 4 additions and 2 deletions

View File

@@ -916,7 +916,7 @@ function selectFeed(feed, is_cat) {
if (treeNode) {
treeNode = treeNode[0];
tree._expandNode(treeNode);
if (!is_cat) tree._expandNode(treeNode);
tree._selectNode(treeNode);
}