summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2008-09-18 11:46:43 +0000
committersvncommit <devs@roundcube.net>2008-09-18 11:46:43 +0000
commitcd6422ba0773a423e0ee13423c0e1964659cf8bc (patch)
tree258fec61aea3c4a8cdeaae114c622f35446a6393 /program
parent095d05ef00674553be1d8ee693cfee26fc544510 (diff)
Do not grab complete focus.
Diffstat (limited to 'program')
-rw-r--r--program/js/app.js6
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();