summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-05-17 19:37:56 +0000
committerthomascube <thomas@roundcube.net>2007-05-17 19:37:56 +0000
commit258f1e544ba3c485fca920e625bdcb08c4deb17b (patch)
treee150cf8670e6f340262b1c8a76e82117fd98e08e
parent41bece1a1adffb524daa2203dfb91211f63989d8 (diff)
Always try to hide the message box (closes #1484353)
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 125e44f9d..31b8c3f48 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -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;