summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-19 20:15:41 +0000
committeralecpl <alec@alec.pl>2010-03-19 20:15:41 +0000
commitcca7b3fd025b79960a5a76b1a1c3f0a02e2da86f (patch)
tree0c7871780bf0f3f4645cbd155f88723a3eb01f04 /program/js
parentc33cda1f9163deb95beefa5c8f27324644eaac76 (diff)
- rewert old change: don't load first section page in Preferences
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 7c86bb0e8..e92df70d8 100644
--- a/program/js/app.js
+++ b/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();