program/js/list.js
@@ -131,7 +131,7 @@ } if (this.parent_focus) { this.list.parentNode.onclick = function(e) { me.focus(e); }; this.list.parentNode.onclick = function(e) { me.focus(); }; } return this; @@ -1417,7 +1417,8 @@ */ scrollto: function(id) { var row = this.rows[id].obj; var row = this.rows[id] ? this.rows[id].obj : null; if (row && this.frame) { var scroll_to = Number(row.offsetTop), head_offset = 0;