feedbrowser details: display loading prompt
This commit is contained in:
parent
040ed8c67d
commit
de84c09202
1 changed files with 2 additions and 0 deletions
2
prefs.js
2
prefs.js
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue