From fd557726267acdd7cdf7f77e620a621458ca51b7 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Mon, 15 Feb 2016 15:23:10 -0500
Subject: [PATCH] refreshTagList missing target fixed.

---
 themes/bootstrap3/js/record.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/js/record.js b/themes/bootstrap3/js/record.js
index f8aa84b79d1..c3ea5fc2e56 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
-- 
GitLab