1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

fix notify display on chrome, add some css tweaks

This commit is contained in:
Andrew Dolgov
2013-05-07 16:44:59 +04:00
parent 8d4b5b466a
commit 5973c74c34
2 changed files with 7 additions and 7 deletions

View File

@@ -347,11 +347,9 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
if (treeNode) {
treeNode = treeNode[0];
if (is_cat) {
if (treeNode.loadingNode) {
treeNode.loadingNode.src = src;
return true;
}
if (treeNode.loadingNode) {
treeNode.loadingNode.src = src;
return true;
} else {
treeNode.expandoNode.src = src;
return true;