diff options
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 5 |
1 files 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; |