Ticket #1484942: list.js.patch
| File list.js.patch, 374 bytes (added by damischa, 8 months ago) |
|---|
-
list.js
old new 511 511 { 512 512 if (this.rows[id] && !multiple) 513 513 { 514 if (!this.in_selection(id))515 {516 514 this.clear_selection(); 517 515 this.selection[0] = id; 518 516 this.set_classname(this.rows[id].obj, 'selected', true); 519 }520 517 } 521 518 else if (this.rows[id]) 522 519 {
