From: phasefx Date: Mon, 17 Nov 2008 03:12:14 +0000 (+0000) Subject: probably harmless error but bears looking at X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4768ae0a68b089f65d7da4c0fc63c336407ab9ad;p=Evergreen.git 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 --- 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'); } }