1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 12:21:29 +00:00

feedbrowser details: display loading prompt

This commit is contained in:
Andrew Dolgov
2009-01-20 15:36:25 +01:00
parent 040ed8c67d
commit de84c09202

View File

@@ -1544,6 +1544,8 @@ function browserToggleExpand(id) {
var d = document.getElementById("BRDET-" + id);
notify_progress("Loading, please wait...");
if (Element.visible(d)) {
Effect.Fade(d, {duration : 0.5});
} else {