Skip to content

Commit

Permalink
Fix bug with lightbox modal failing to close on bootstrap3-based themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Dec 17, 2024
1 parent bcb1fa2 commit ebafba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/search/facet-list.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
?>
<?=$this->render('search/facet-list-content.phtml', $params) ?>
</div>
<button class="btn btn-default lightbox-only" data-bs-dismiss="modal"><?=$this->translate('close') ?></button>
<button class="btn btn-default lightbox-only" data-dismiss="modal"><?=$this->translate('close') ?></button>
</div>

<?=$this->inlineScript(\Laminas\View\Helper\HeadScript::SCRIPT, 'VuFind.facetList.setup();', 'SET')?>
Expand Down

0 comments on commit ebafba6

Please sign in to comment.