Changeset 881 in subversion


Ignore:
Timestamp:
Oct 17, 2007 7:03:26 AM (6 years ago)
Author:
robin
Message:

Fix sorting after parent folder renaming.

File:
1 edited

Legend:

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

    r880 r881  
    27002700    this.sort_subscription_list(); 
    27012701    this.init_subscription_list(); 
    2702     if (selection) 
     2702    if (selection && document.getElementById('rcmrow'+selection)) 
    27032703      this.subscription_list.select_row(selection); 
    27042704 
Note: See TracChangeset for help on using the changeset viewer.