Skip to content

Commit

Permalink
Merge pull request #297 from blackbear03/master
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonn authored Apr 20, 2024
2 parents 84b000c + 1b8fd61 commit 991ce19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_script/libs.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ fancybox: fancybox_js,

<% for (var lib in js_libs) { %>
<% if (lib) { %>
<script type="text/javascript" src="<%- url_for('lib') %>/<%- lib %>"></script>
<script type="text/javascript" src="<%- url_for('lib') %>/<%- js_libs[lib] %>"></script>
<% } %>
<% } %>

0 comments on commit 991ce19

Please sign in to comment.