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

Lightbox not closing after saving to list fix.

parent 99c3137a
Branches
Tags archive/issue/5580
No related merge requests found
......@@ -378,9 +378,11 @@ $(document).ready(function() {
Lightbox.confirm(vufindString['bulk_email_success']);
});
Lightbox.addFormCallback('saveRecord', function(html) {
Lightbox.close();
checkSaveStatuses();
});
Lightbox.addFormCallback('bulkRecord', function(html) {
Lightbox.close();
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