diff --git a/themes/bootstrap3/templates/record/addtag.phtml b/themes/bootstrap3/templates/record/addtag.phtml
index 563cda1b8e130f6ce2d16482b42e28762cfeff16..2d0ea2f33ac535fcf9c6dabc0a04cc0fc871ce08 100644
--- a/themes/bootstrap3/templates/record/addtag.phtml
+++ b/themes/bootstrap3/templates/record/addtag.phtml
@@ -9,7 +9,7 @@
 ?>
 <div class="record">
   <h2><?=$this->transEsc('Add Tags') ?></h2>
-  <form method="post" name="tagRecord" class="form-horizontal" data-lightbox-onclose="refreshTagList">
+  <form method="post" name="tagRecord" class="form-horizontal" data-lightbox-onclose="refreshTagList();">
     <input type="hidden" name="submit" value="1" />
     <input type="hidden" name="id" value="<?=$this->escapeHtmlAttr($this->driver->getUniqueId())?>" />
     <input type="hidden" name="source" value="<?=$this->escapeHtmlAttr($this->driver->getSourceIdentifier())?>" />