From 258f1e544ba3c485fca920e625bdcb08c4deb17b Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 17 May 2007 15:37:56 -0400
Subject: [PATCH] Always try to hide the message box (closes #1484353)
---
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 125e44f..31b8c3f 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -968,7 +968,7 @@
this.display_message(msg, 'loading', true);
}
- else if (!a && this.busy)
+ else if (!a)
this.hide_message();
this.busy = a;
--
Gitblit v1.9.1