Ticket #1484942: list.js.patch

File list.js.patch, 374 bytes (added by damischa, 8 months ago)

Patch (diff -u) against trunk to change the behaviour.

  • list.js

    old new  
    511511{ 
    512512  if (this.rows[id] && !multiple) 
    513513  { 
    514     if (!this.in_selection(id)) 
    515     { 
    516514      this.clear_selection(); 
    517515      this.selection[0] = id; 
    518516      this.set_classname(this.rows[id].obj, 'selected', true); 
    519     } 
    520517  } 
    521518  else if (this.rows[id]) 
    522519  {