From 4d6255d49ee7725140e0a8ed05a268badffc3cd3 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sat, 15 Jul 2006 21:05:12 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.open-ils.org/ILS/trunk@5021 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/list.js b/Open-ILS/xul/staff_client/chrome/content/util/list.js index 63290adf27..0154aa87c9 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/list.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/list.js @@ -404,7 +404,7 @@ util.list.prototype = { var endpos = obj.node.treeBoxObject.getLastVisibleRow(); if (startpos > endpos) endpos = obj.node.treeBoxObject.getPageLength(); //dump('startpos = ' + startpos + ' endpos = ' + endpos + '\n'); - for (var i = startpos; i < endpos + 2; i++) { + for (var i = startpos; i < endpos + 4; i++) { try { //dump('trying index ' + i + '\n'); var item = obj.node.contentView.getItemAtIndex(i).firstChild; -- 2.11.0