mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:15:56 +00:00
FeedTree: fix initial src of loading node
This commit is contained in:
@@ -165,6 +165,7 @@ dojo.declare("fox.FeedTree", dijit.Tree, {
|
||||
if (id.match("CAT:")) {
|
||||
loading = dojo.doc.createElement('img');
|
||||
loading.className = 'loadingNode';
|
||||
loading.src = 'images/blank_icon.gif';
|
||||
dojo.place(loading, tnode.labelNode, 'after');
|
||||
tnode.loadingNode = loading;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user