Changeset 3373 in subversion
- Timestamp:
- Mar 17, 2010 12:57:10 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/list.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/list.js
r3372 r3373 1022 1022 if (!r.depth || r.depth <= depth) 1023 1023 break; 1024 this.select_row(r.uid, CONTROL_KEY); 1024 if (!this.in_selection(r.uid)) 1025 this.select_row(r.uid, CONTROL_KEY); 1025 1026 } 1026 1027 }
Note: See TracChangeset
for help on using the changeset viewer.
