diff --git a/themes/bootstrap/js/lightbox.js b/themes/bootstrap/js/lightbox.js index 38b50efd347a91dd2550ddd9c1c633344b4a60bc..fc8d5f631e98992aaeb0f592a8f9af719d80954f 100644 --- a/themes/bootstrap/js/lightbox.js +++ b/themes/bootstrap/js/lightbox.js @@ -482,9 +482,10 @@ $(document).ready(function() { $('.placehold').click(function() { var params = deparam($(this).attr('href')); params.hashKey = params.hashKey.split('#')[0]; // Remove #tabnav - return getLightbox('Record', 'Hold', params, {}, function(op) { + addLightboxOnClose(function(op) { document.location.href = path+'/MyResearch/Holds'; - }, false); + }); + return getLightbox('Record', 'Hold', params, {}); }); // Save record links $('.save-record').click(function() {