diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-04 19:41:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-04 19:41:51 +0000 |
| commit | 8991f07a99ff0f50ded5008e9cd4053f3b7780ab (patch) | |
| tree | 3f55ebd44bc6b96e9bdee4a5df1546d995f676d6 /roundcubemail/program/js | |
| parent | 087ace73f60a69f33183d387a7b6db6c142f7c5e (diff) | |
- Don't open first section in Preferences: makes behaviour consistent with the rest of UI and fixes Konqueror issue (#1486154)
git-svn-id: https://svn.roundcube.net/trunk@3321 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -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 f6cf04be1..8eecc67f0 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -351,7 +351,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(); // open first section by default } else if (this.gui_objects.subscriptionlist) this.init_subscription_list(); |
