From e4691aba9a8738da1889c6c3f2e5965dee971980 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 5 Jan 2012 17:40:48 -0500 Subject: [PATCH] remove this old speedbump, which now lies Signed-off-by: Jason Etheridge Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/xul/staff_client/server/circ/copy_status.js | 1 - Open-ILS/xul/staff_client/server/locale/en-US/circ.properties | 1 - 2 files changed, 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/circ/copy_status.js b/Open-ILS/xul/staff_client/server/circ/copy_status.js index 29a64d1546..c1fbbe48e0 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_status.js +++ b/Open-ILS/xul/staff_client/server/circ/copy_status.js @@ -918,7 +918,6 @@ circ.copy_status.prototype = { } break loop; } - alert(document.getElementById('circStrings').getString('staff.circ.copy_status.delete_volumes.success')); } } catch(E) { obj.error.standard_unexpected_error_alert('copy status -> delete volumes',E); diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties index 2dc7a100d7..633c2df185 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties @@ -138,7 +138,6 @@ staff.circ.copy_status.delete_volumes.override=Override Delete Failure? staff.circ.copy_status.delete_volumes.delete_copies=You must delete all the items on the volume before you may delete the volume itself. staff.circ.copy_status.delete_volumes.delete_copies.confirm=Delete Volume and Items staff.circ.copy_status.delete_volumes.delete_copies.cancel=Cancel Delete -staff.circ.copy_status.delete_volumes.success=Volumes deleted. staff.circ.copy_status.mark_volume.status=Volume marked as Item Transfer Destination staff.circ.copy_status.mark_volume.prompt=Choose just one Volume to mark as Item Transfer Destination staff.circ.copy_status.mark_volume.title=Limit Selection -- 2.11.0