Skip to content
Snippets Groups Projects
Commit 84b48db4 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

FeedTree: fix initial src of loading node

parent 94a567df
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment