Always try to hide the message box (closes #1484353)

release-0.6
thomascube 17 years ago
parent 41bece1a1a
commit 258f1e544b

@ -968,7 +968,7 @@ function rcube_webmail()
this.display_message(msg, 'loading', true);
}
else if (!a && this.busy)
else if (!a)
this.hide_message();
this.busy = a;

Loading…
Cancel
Save