alecpl
2009-02-06 98bf5f3dd74f20e2ddbbeace460487fcadf6962b
program/js/list.js
@@ -510,7 +510,7 @@
  for (var n in this.rows)
  {
    if (!filter || this.rows[n][filter]==true)
    if (!filter || (this.rows[n] && this.rows[n][filter] == true))
    {
      this.last_selected = n;
      this.highlight_row(n, true);