Skip to content
Snippets Groups Projects
Commit 8e9ae27c authored by Ere Maijala's avatar Ere Maijala
Browse files

Fixed refreshing tag list after adding a tag (refreshTagList() doesn't work...

Fixed refreshing tag list after adding a tag (refreshTagList() doesn't work with the event parameters).
parent b9d530d3
No related merge requests found
......@@ -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())?>" />
......
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