summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authorrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-18 11:46:43 +0000
committerrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-18 11:46:43 +0000
commita5f55df8087d6f20a7bbb34a9de57b2f75d96dae (patch)
tree7f06b012ef8b4f104cab51e4b4f01d82ed2fa4e9 /roundcubemail
parentc18b7b920d1fbf96ca7f4d473e71a5622fbf40a8 (diff)
Do not grab complete focus.
git-svn-id: https://svn.roundcube.net/trunk@1820 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/program/js/app.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 6ebc55669..0aceb3008 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -214,12 +214,6 @@ function rcube_webmail()
this.set_page_buttons();
- // focus main window
- if (this.env.framed && window.parent)
- window.parent.focus();
- else
- window.focus();
-
// init message compose form
if (this.env.action=='compose')
this.init_messageform();