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); var d = document.getElementById("BRDET-" + id);
notify_progress("Loading, please wait...");
if (Element.visible(d)) { if (Element.visible(d)) {
Effect.Fade(d, {duration : 0.5}); Effect.Fade(d, {duration : 0.5});
} else { } else {