Changeset 4006 in subversion
- Timestamp:
- Sep 29, 2010 6:32:44 AM (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
r3989 r4006 863 863 // one row 864 864 if (id) { 865 for (var n =0in this.selection)865 for (var n in this.selection) 866 866 if (this.selection[n] == id) { 867 867 this.selection.splice(n,1);
Note: See TracChangeset
for help on using the changeset viewer.
