diff options
author | alecpl <alec@alec.pl> | 2010-03-04 19:41:51 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-04 19:41:51 +0000 |
commit | dbe028f94782137bf0bd4e6c76508ff066a303bb (patch) | |
tree | 3fe98dc01d856b1eb88b515a21cca158f0bcb8c1 /program/js/app.js | |
parent | 4e4445f55b2ac36381db5a30126510b13488b09a (diff) |
- Don't open first section in Preferences: makes behaviour consistent with the rest of UI and fixes Konqueror issue (#1486154)
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index f6cf04be1..8eecc67f0 100644 --- a/program/js/app.js +++ b/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(); |