Changeset f07394f in github


Ignore:
Timestamp:
Jul 20, 2006 5:03:29 PM (7 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
d52676e
Parents:
baf1355
Message:

Fixed bug #1483897

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    rb4b0817 rf07394f  
    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.