summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-17 23:32:32 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-17 23:32:32 +0200
commit715a39416ec44e0e12b967afabbb17233b85e687 (patch)
treec4ec9c16832476dd085d1320308a21b88d99a127
parent3bc6ae04ae11a2e84a457a80a3892d6072bcc334 (diff)
Close compose step in opener window
-rw-r--r--program/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 7e55a3395..2c0cf6c39 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3030,9 +3030,9 @@ function rcube_webmail()
ac_fields = ['cc', 'bcc', 'replyto', 'followupto'],
ac_props;
- // copy contents from opener (after opening in a new window)
+ // close compose step in opener
if (window.opener && opener.rcmail && opener.rcmail.env.action == 'compose') {
- //opener.history.back();
+ opener.history.back();
}
// configure parallel autocompletion