From: phasefx Date: Sun, 16 Nov 2008 18:12:06 +0000 (+0000) Subject: I think this might be harmless if this happens X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bc305f9fa34e1225e012d53eb6d4c205456ce619;p=Evergreen.git 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 --- 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'); } }