program/js/list.js | ●●●●● patch | view | raw | blame | history |
program/js/list.js
@@ -252,7 +252,7 @@ for (n in this.selection) { id = this.selection[n]; if (this.rows[id] && this.rows[id].obj) { $(this.rows[id].obj).removeClass('selected').addClass('unfocused'); $(this.rows[id].obj).removeClass('selected focused').addClass('unfocused'); } } },