diff options
author | svncommit <devs@roundcube.net> | 2008-09-18 11:46:43 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2008-09-18 11:46:43 +0000 |
commit | cd6422ba0773a423e0ee13423c0e1964659cf8bc (patch) | |
tree | 258fec61aea3c4a8cdeaae114c622f35446a6393 /program | |
parent | 095d05ef00674553be1d8ee693cfee26fc544510 (diff) |
Do not grab complete focus.
Diffstat (limited to 'program')
-rw-r--r-- | program/js/app.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/program/js/app.js b/program/js/app.js index 6ebc55669..0aceb3008 100644 --- a/program/js/app.js +++ b/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(); |