diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-17 19:37:56 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-17 19:37:56 +0000 |
| commit | bb9605825d628c561607338a356d9c481153f06c (patch) | |
| tree | ad20eb7cb3eb58efcaa14c22578cfabb152e3c72 | |
| parent | cbb5ed45a4dd04d772ea922b42e3fdc12b744a29 (diff) | |
Always try to hide the message box (closes #1484353)
git-svn-id: https://svn.roundcube.net/trunk@568 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 125e44f9d..31b8c3f48 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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; |
