program/js/list.js | ●●●●● 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