diff --git a/themes/bootstrap/js/lightbox.js b/themes/bootstrap/js/lightbox.js index 2b4fde95618233951082e0643c92a66bd6ce1c95..d0564bd51c4962b9611931716556f68b4474df30 100644 --- a/themes/bootstrap/js/lightbox.js +++ b/themes/bootstrap/js/lightbox.js @@ -10,7 +10,7 @@ var modalXHR; // Used for current in-progress XHR lightbox request // Cart actions based on submission // Change the content of the lightbox function changeModalContent(html) { - $('#modal .modal-body').html(html).modal('show'); + $('#modal .modal-body').html(html).modal({'show':true,'backdrop':false}); } // Close the lightbox and run update functions function closeLightbox() {