From 4768ae0a68b089f65d7da4c0fc63c336407ab9ad Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 17 Nov 2008 03:12:14 +0000 Subject: [PATCH] probably harmless error but bears looking at git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11238 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