Remove 'boo' alert in hold details interface
authorJason Etheridge <jason@esilibrary.com>
Tue, 10 Jan 2012 16:55:20 +0000 (11:55 -0500)
committerBill Erickson <berick@esilibrary.com>
Tue, 10 Jan 2012 21:49:14 +0000 (16:49 -0500)
Willing to let any surprises here be natural. :-)  We can re-bug if there are
issues.

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/xul/staff_client/server/patron/hold_details.js

index aa28075..aaace8b 100644 (file)
@@ -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();