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