svncommit
2008-09-18 cd6422ba0773a423e0ee13423c0e1964659cf8bc
Do not grab complete focus.


1 files modified
6 ■■■■■ changed files
program/js/app.js 6 ●●●●● patch | view | raw | blame | history
program/js/app.js
@@ -214,12 +214,6 @@
        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();