]> git.wh0rd.org - tt-rss.git/commitdiff
feedbrowser details: display loading prompt
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Jan 2009 14:36:25 +0000 (15:36 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Jan 2009 14:36:25 +0000 (15:36 +0100)
prefs.js

index cc3733a653ab9f33a95bc86482cb16a2eaed168b..062a7ea1a6cf4b447863430a2f0d2cdd96150ecd 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -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 {