diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-19 20:15:41 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-19 20:15:41 +0000 |
| commit | 39e804c8b5583eb4eb192bcbe549dba5bc997419 (patch) | |
| tree | 57f07b8d7242388cd1b8c786074da9b0ac2cd34e /roundcubemail | |
| parent | ea647e320f4f3cf2cfe2cf421622d3517de0fca5 (diff) | |
- rewert old change: don't load first section page in Preferences
git-svn-id: https://svn.roundcube.net/trunk@3390 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/program/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 7c86bb0e8..e92df70d8 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -358,7 +358,6 @@ function rcube_webmail() this.sections_list.addEventListener('select', function(o){ p.section_select(o); }); this.sections_list.init(); this.sections_list.focus(); - this.sections_list.select_first(); } else if (this.gui_objects.subscriptionlist) this.init_subscription_list(); |
