Skip to content

Commit

Permalink
Need to declare jsquery first
Browse files Browse the repository at this point in the history
  • Loading branch information
davismr committed May 6, 2024
1 parent 02d0652 commit a3abbc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wfrp/character/templates/layout.pt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<div metal:define-slot="header" tal:omit-tag="">
<link rel="shortcut icon"
href="${request.static_url('wfrp.character:static/favicon.ico')}"/>
<script src="${request.static_url('deform:static/scripts/jquery-2.0.3.min.js')}"
type="text/javascript"></script>
<script tal:condition="js_links|nothing"
tal:repeat="js_link js_links"
src="${request.static_url(js_link)}"
Expand Down

0 comments on commit a3abbc4

Please sign in to comment.