FeedTree: fix initial src of loading node
This commit is contained in:
parent
94a567df84
commit
84b48db4a7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue