From: Jason Etheridge Date: Tue, 10 Jan 2012 16:55:20 +0000 (-0500) Subject: Remove 'boo' alert in hold details interface X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bbc6b3f9fafd0d591ae8b258650bc50ed273be84;p=evergreen%2Fmasslnc.git Remove 'boo' alert in hold details interface Willing to let any surprises here be natural. :-) We can re-bug if there are issues. Signed-off-by: Jason Etheridge Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/xul/staff_client/server/patron/hold_details.js b/Open-ILS/xul/staff_client/server/patron/hold_details.js index aa28075f52..aaace8b064 100644 --- a/Open-ILS/xul/staff_client/server/patron/hold_details.js +++ b/Open-ILS/xul/staff_client/server/patron/hold_details.js @@ -32,7 +32,7 @@ function my_init() { function fetch_and_render_all(do_not_refresh_parent_interface) { try { - if (!xulG.ahr_id) { alert('boo'); return; } + if (!xulG.ahr_id) { return; } fetch_hold();