summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {