Skip to content

Commit

Permalink
Rename doi.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Dec 16, 2024
1 parent 644549b commit 1de9bfd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion themes/bootstrap5/templates/Helpers/doi.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
$attribs['data-issn'] = $issn;
}
?>
<?=$this->inlineScript(\Laminas\View\Helper\HeadScript::FILE, 'doi.js', 'SET');?>
<?=$this->inlineScript(\Laminas\View\Helper\HeadScript::FILE, 'identifierLinks.js', 'SET');?>
<span <?=$this->htmlAttributes($attribs)?>></span>

0 comments on commit 1de9bfd

Please sign in to comment.