Changeset 878 in subversion
- Timestamp:
- Oct 17, 2007 4:03:17 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r877 r878 204 204 this.set_page_buttons(); 205 205 206 // focus this window 207 window.focus(); 206 // focus main window 207 if (this.env.framed && window.parent) 208 window.parent.focus(); 209 else 210 window.focus(); 208 211 209 212 // init message compose form
Note: See TracChangeset
for help on using the changeset viewer.
