From bbc6b3f9fafd0d591ae8b258650bc50ed273be84 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 10 Jan 2012 11:55:20 -0500 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/patron/hold_details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0