From 0226239efcc15e54a82b11997220a0c42eaca5ab Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Thu, 29 Jan 2015 10:45:50 -0500
Subject: [PATCH] Bulk delete in my research now refreshes the page, solving
 VUFIND-1088.

---
 themes/bootstrap3/js/common.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/themes/bootstrap3/js/common.js b/themes/bootstrap3/js/common.js
index 2bc0c784daa..0bd83c3b4a1 100644
--- a/themes/bootstrap3/js/common.js
+++ b/themes/bootstrap3/js/common.js
@@ -407,6 +407,9 @@ $(document).ready(function() {
     Lightbox.close();
     checkSaveStatuses();
   });
+  Lightbox.addFormCallback('bulkDelete', function(html) {
+    location.reload();
+  });
   Lightbox.addFormCallback('bulkRecord', function(html) {
     Lightbox.close();
     checkSaveStatuses();
-- 
GitLab