program/js/list.js | ●●●●● patch | view | raw | blame | history |
program/js/list.js
@@ -503,9 +503,12 @@ { if (this.rows[id] && !multiple) { this.clear_selection(); this.selection[0] = id; this.set_classname(this.rows[id].obj, 'selected', true) if (!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]) {