Changeset 279 in subversion


Ignore:
Timestamp:
Jul 20, 2006 5:03:29 PM (7 years ago)
Author:
thomasb
Message:

Fixed bug #1483897

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/app.js

    r272 r279  
    14511451    this.clear_selection(); 
    14521452     
    1453     for (var n in this.list_rows) { 
     1453    for (var n in this.list_rows) 
     1454      { 
    14541455      if (!filter || this.list_rows[n][filter]==true) 
     1456        { 
    14551457        this.last_selected = n; 
    14561458        this.highlight_row(n, true); 
    1457     } 
     1459        } 
     1460      } 
     1461 
    14581462    return true;   
    14591463    }; 
Note: See TracChangeset for help on using the changeset viewer.