Aleksander Machniak
2014-08-17 e66a77e5601842a855963a25c3f4e229969c3392
program/js/list.js
@@ -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;