summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/app.js
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-23 18:11:41 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-23 18:11:41 +0000
commit2cd32be45ba9c0d6afdab085523e0df3272e3dcf (patch)
tree8b3b70f6530705939c5b03f7466368a3f4759ae6 /roundcubemail/program/js/app.js
parent270f811da6c4454f2ab37753b670e4f056e6490b (diff)
- Don't display disabled sections in Settings (#1486099)
git-svn-id: https://svn.roundcube.net/trunk@3055 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/app.js')
-rw-r--r--roundcubemail/program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 68011bdda..18b74fd57 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -351,7 +351,7 @@ 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('general'); // open first section by default
+ this.sections_list.select_first(); // open first section by default
}
else if (this.gui_objects.subscriptionlist)
this.init_subscription_list();