1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:25:57 +00:00

feedbrowser details: display loading prompt (2)

This commit is contained in:
Andrew Dolgov
2009-01-20 15:37:19 +01:00
parent de84c09202
commit 602ed7f209

View File

@@ -61,6 +61,7 @@ function expand_feed_callback() {
container.innerHTML=xmlhttp.responseText;
// container.style.display = "block";
Effect.Appear(container, {duration : 0.5});
notify('');
} catch (e) {
exception_error("expand_feed_callback", e);
}