thomascube
2006-07-20 f07394f2094344aafb0f1ed68d45c18e4480aa04
Fixed bug #1483897

1 files modified
8 ■■■■ changed files
program/js/app.js 8 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -1450,11 +1450,15 @@
    // reset selection first
    this.clear_selection();
    
    for (var n in this.list_rows) {
    for (var n in this.list_rows)
      {
      if (!filter || this.list_rows[n][filter]==true)
        {
        this.last_selected = n;
        this.highlight_row(n, true);
    }
        }
      }
    return true;  
    };