From bc305f9fa34e1225e012d53eb6d4c205456ce619 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 16 Nov 2008 18:12:06 +0000 Subject: [PATCH] I think this might be harmless if this happens git-svn-id: svn://svn.open-ils.org/ILS/trunk@11225 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/list.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 3606ab010d..a1a14539f3 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/list.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/list.js @@ -422,7 +422,8 @@ util.list.prototype = { util.widgets.dispatch('select',obj.node); } } catch(E) { - alert('fixme2: ' + E); + // Let's not alert on this for now. Getting contentView has no properties in record buckets under certain conditions + dump('fixme2: ' + E + '\n'); } } @@ -568,7 +569,8 @@ util.list.prototype = { util.widgets.dispatch('select',obj.node); } } catch(E) { - alert('fixme2: ' + E); + // Let's not alert on this for now. Getting contentView has no properties in record buckets under certain conditions + dump('fixme2: ' + E + '\n'); } } -- 2.11.0