This makes more sense as an alert; the Dojo dialog has no button which is not user...
authorJames Fournie <jfournie@sitka.bclibraries.ca>
Fri, 26 Aug 2011 15:56:44 +0000 (08:56 -0700)
committerDan Scott <dscott@laurentian.ca>
Fri, 30 Sep 2011 02:45:22 +0000 (22:45 -0400)
Signed-off-by: James Fournie <jfournie@sitka.bclibraries.ca>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/opac/skin/default/js/rdetail.js

index 0b04880..ca72ec7 100644 (file)
@@ -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 );