Changeset f07394f in github
- Timestamp:
- Jul 20, 2006 5:03:29 PM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- d52676e
- Parents:
- baf1355
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
rb4b0817 rf07394f 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.
