From ab9105555d12927c19b7191d20705e691bec66a8 Mon Sep 17 00:00:00 2001 From: James Fournie Date: Fri, 26 Aug 2011 08:56:44 -0700 Subject: [PATCH] This makes more sense as an alert; the Dojo dialog has no button which is not user-friendly. Signed-off-by: James Fournie Signed-off-by: Dan Scott --- Open-ILS/web/opac/skin/default/js/rdetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/js/rdetail.js b/Open-ILS/web/opac/skin/default/js/rdetail.js index 0b04880bb4..ca72ec759c 100644 --- a/Open-ILS/web/opac/skin/default/js/rdetail.js +++ b/Open-ILS/web/opac/skin/default/js/rdetail.js @@ -694,7 +694,7 @@ function finishBookbag(exitstatus) { var id; if( id = containerCreate( name ) ) { - new dijit.Dialog({content: $('rdetail_bb_success').innerHTML,}).show(); + alert( $('rdetail_bb_success').innerHTML ); var selector = $('rdetail_more_actions_selector'); insertSelectorVal( selector, nextContainerIndex++, name, "container_" + id, rdetailAddToBookbag, 1 ); -- 2.43.2