diff options
| -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(); | 
