Skip to content
Snippets Groups Projects
Commit 0226239e authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Bulk delete in my research now refreshes the page, solving VUFIND-1088.

parent d80d62d1
Branches
Tags
No related merge requests found
...@@ -407,6 +407,9 @@ $(document).ready(function() { ...@@ -407,6 +407,9 @@ $(document).ready(function() {
Lightbox.close(); Lightbox.close();
checkSaveStatuses(); checkSaveStatuses();
}); });
Lightbox.addFormCallback('bulkDelete', function(html) {
location.reload();
});
Lightbox.addFormCallback('bulkRecord', function(html) { Lightbox.addFormCallback('bulkRecord', function(html) {
Lightbox.close(); Lightbox.close();
checkSaveStatuses(); checkSaveStatuses();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment