program/js/list.js | ●●●●● patch | view | raw | blame | history |
program/js/list.js
@@ -515,8 +515,7 @@ } else if (this.rows[n]) { this.set_classname(this.rows[n].obj, 'selected', false); this.set_classname(this.rows[n].obj, 'unfocused', false); $(this.rows[n].obj).removeClass('selected').removeClass('unfocused'); } }