diff --git a/themes/bootstrap3/js/record.js b/themes/bootstrap3/js/record.js
index f8aa84b79d15aaadae9b13c355eddf4ef9a48964..c3ea5fc2e5638efeb9dce06c66d91135c488bdd9 100644
--- a/themes/bootstrap3/js/record.js
+++ b/themes/bootstrap3/js/record.js
@@ -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