Changeset 279 in subversion
- Timestamp:
- Jul 20, 2006 5:03:29 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r272 r279 1451 1451 this.clear_selection(); 1452 1452 1453 for (var n in this.list_rows) { 1453 for (var n in this.list_rows) 1454 { 1454 1455 if (!filter || this.list_rows[n][filter]==true) 1456 { 1455 1457 this.last_selected = n; 1456 1458 this.highlight_row(n, true); 1457 } 1459 } 1460 } 1461 1458 1462 return true; 1459 1463 };
Note: See TracChangeset
for help on using the changeset viewer.
