alecpl
2010-06-19 a2e81736a91f72c8688e6ab0f45061369614dae3
program/js/list.js
@@ -1393,6 +1393,10 @@
  // update subject column position
  if (this.subject_col == from)
    this.subject_col = to > from ? to - 1 : to;
  else if (this.subject_col < from && to <= this.subject_col)
    this.subject_col++;
  else if (this.subject_col > from && to >= this.subject_col)
    this.subject_col--;
  this.triggerEvent('column_replace');
}