1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 06:51:28 +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.innerHTML=xmlhttp.responseText;
// container.style.display = "block"; // container.style.display = "block";
Effect.Appear(container, {duration : 0.5}); Effect.Appear(container, {duration : 0.5});
notify('');
} catch (e) { } catch (e) {
exception_error("expand_feed_callback", e); exception_error("expand_feed_callback", e);
} }