From bb9605825d628c561607338a356d9c481153f06c Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 17 May 2007 19:37:56 +0000 Subject: Always try to hide the message box (closes #1484353) git-svn-id: https://svn.roundcube.net/trunk@568 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3