From 58b47a13341cd298e04d2c452050039c3ff5ebe4 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Thu, 27 Feb 2014 09:32:03 -0500 Subject: [PATCH] Fixed lightbox storage requests redirect to storage requests. Forgot and 's'. You all deserve better. Bootstrap. --- themes/bootstrap/js/record.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap/js/record.js b/themes/bootstrap/js/record.js index 5e6bcba0872..64cf8894ff5 100644 --- a/themes/bootstrap/js/record.js +++ b/themes/bootstrap/js/record.js @@ -169,7 +169,7 @@ $(document).ready(function(){ var params = deparam($(this).attr('href')); params.hashKey = params.hashKey.split('#')[0]; // Remove #tabnav Lightbox.addCloseAction(function(op) { - document.location.href = path+'/MyResearch/StorageRetrievalRequest'; + document.location.href = path+'/MyResearch/StorageRetrievalRequests'; }); return Lightbox.get('Record', 'StorageRetrievalRequest', params, {}); }); -- GitLab