- rewert old change: don't load first section page in Preferences

release-0.6
alecpl 15 years ago
parent c33cda1f91
commit cca7b3fd02

@ -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();

Loading…
Cancel
Save