From f715863c02822a6240e97dc9ddef57a3f69a79b1 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 14 Jul 2006 20:52:20 +0000 Subject: [PATCH] put polling back in to catch unfleshed rows git-svn-id: svn://svn.open-ils.org/ILS/trunk@5018 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 52356a5b43..73161e5d24 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/list.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/list.js @@ -111,7 +111,7 @@ util.list.prototype = { false ); /* FIXME -- find events on scrollbar to trigger this */ - //obj.detect_visible_polling(); + obj.detect_visible_polling(); /* var scrollbar = document.getAnonymousNodes( document.getAnonymousNodes(this.node)[1] )[1]; var slider = document.getAnonymousNodes( scrollbar )[2]; -- 2.11.0