diff options
author | thomascube <thomas@roundcube.net> | 2007-05-17 19:37:56 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-05-17 19:37:56 +0000 |
commit | 258f1e544ba3c485fca920e625bdcb08c4deb17b (patch) | |
tree | e150cf8670e6f340262b1c8a76e82117fd98e08e /program/js | |
parent | 41bece1a1adffb524daa2203dfb91211f63989d8 (diff) |
Always try to hide the message box (closes #1484353)
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 2 |
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; |