From b82fccfc693416a362b9f81fbb288e57f71680be Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 22 Nov 2013 12:40:53 +0100 Subject: Display loading message when loading identity frame --- program/js/app.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index e6c580dd8..28ee96b9f 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -5547,9 +5547,8 @@ function rcube_webmail() target = win; } - if (action && (id || action == 'add-identity')) { - this.set_busy(true); - this.location_href(url, target); + if (id || action == 'add-identity') { + this.location_href(url, target, true); } return true; -- cgit v1.2.3