Skip to content

Commit

Permalink
Fix header.tt typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moseshll authored Jul 22, 2024
1 parent bcb1d4c commit ccd4ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi/header.tt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src="[% crms.WebPath('web', 'js/common.js') %]"></script>
<script src="https://unpkg.com/tippy.js@3/dist/tippy.all.min.js"></script>
[% page = cgi.param('p') %]
[% reviewType = (page == 'review' OR page == 'stanford' OR page == 'frontmatter' %]
[% reviewType = (page == 'review' OR page == 'stanford' OR page == 'frontmatter') %]
[% IF reviewType %]
<script src="[% crms.WebPath('web', 'js/review.js') %]"></script>
[% ELSE %]
Expand Down

0 comments on commit ccd4ded

Please sign in to comment.