thomascube
2009-08-12 875ac893f18342384b13726ba4d200e5f76bc0c9
program/js/app.js
@@ -350,6 +350,7 @@
          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
     }
        else if (this.gui_objects.subscriptionlist)
          this.init_subscription_list();
@@ -2948,7 +2949,7 @@
  // preferences section select and load options frame
  this.section_select = function(list)
    {
    var id = list.get_single_selection()
    var id = list.get_single_selection();
    
    if (id) {
      var add_url = '';