thomascube
2008-04-04 df015d175af9751dd3cd19c7ab35ffc658181667
Better fix for #1484942

1 files modified
3 ■■■■■ changed files
program/js/list.js 3 ●●●●● patch | view | raw | blame | history
program/js/list.js
@@ -513,10 +513,13 @@
{
  if (this.rows[id] && !multiple)
  {
    if (this.selection.length > 1 || !this.in_selection(id))
    {
    this.clear_selection();
    this.selection[0] = id;
    this.set_classname(this.rows[id].obj, 'selected', true);
  }
  }
  else if (this.rows[id])
  {
    if (!this.in_selection(id))  // select row