From cd6422ba0773a423e0ee13423c0e1964659cf8bc Mon Sep 17 00:00:00 2001 From: svncommit Date: Thu, 18 Sep 2008 11:46:43 +0000 Subject: Do not grab complete focus. --- program/js/app.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'program/js/app.js') 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(); -- cgit v1.2.3