From cca7b3fd025b79960a5a76b1a1c3f0a02e2da86f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 19 Mar 2010 16:15:41 -0400 Subject: [PATCH] - rewert old change: don't load first section page in Preferences --- 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 7c86bb0..e92df70 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -358,7 +358,6 @@ 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(); -- Gitblit v1.9.1