]> git.wh0rd.org - tt-rss.git/commitdiff
FeedTree: fix initial src of loading node
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 21 Mar 2013 10:13:13 +0000 (14:13 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 21 Mar 2013 10:13:13 +0000 (14:13 +0400)
js/FeedTree.js

index b02d8ad7c2f864e061f978c3e3c3896ed0541abc..2e686c156728334b54b42176b9be6bd4460c5a0e 100644 (file)
@@ -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;
                }