summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-20 15:36:25 +0100
committerAndrew Dolgov <[email protected]>2009-01-20 15:36:25 +0100
commitde84c0920297603feaf9cebb163e382f92ba26d0 (patch)
tree09e8d1f0cfb1f17f0f6052d82434aba62fc65a49 /prefs.js
parent040ed8c67d7b911ad0a4a0ca15243f23f1173bc6 (diff)
feedbrowser details: display loading prompt
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/prefs.js b/prefs.js
index cc3733a65..062a7ea1a 100644
--- 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 {