Changeset 889 in subversion
- Timestamp:
- Oct 20, 2007 1:49:01 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/list.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/list.js
r887 r889 345 345 if (this.last_selected != 0 && this.rows[this.last_selected]) 346 346 this.set_classname(this.rows[this.last_selected].obj, 'focused', false); 347 347 348 // unselect if toggleselect is active and the same row was clicked again 349 if (this.toggleselect && this.last_selected == id) 350 { 351 this.clear_selection(); 352 id = null; 353 } 354 else 355 this.set_classname(this.rows[id].obj, 'focused', true); 356 348 357 if (!this.selection.length) 349 358 this.shift_start = null; 350 359 351 if (this.toggleselect && this.last_selected==id)352 this.highlight_row(id, true);353 354 360 this.last_selected = id; 355 this.set_classname(this.rows[id].obj, 'focused', true);356 361 }, 357 362
Note: See TracChangeset
for help on using the changeset viewer.
