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

refreshTagList missing target fixed.

parent 29ca580c
No related merge requests found
......@@ -324,7 +324,7 @@ function recordDocReady() {
});
// Tag lightbox
Lightbox.addFormCallback('tagRecord', function(html) {
refreshTagList(true);
refreshTagList(document, true);
Lightbox.confirm(VuFind.translate('add_tag_success'));
});
}
\ No newline at end of file
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