Skip to content

Commit

Permalink
Restore reference to svg-pan-zoom.js in base HTML template
Browse files Browse the repository at this point in the history
Accidentally clobbered previously

Fixes ##598
  • Loading branch information
ZedThree committed Nov 24, 2023
1 parent e058ac1 commit 4e6d704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ford/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
{% endif %}

<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="{{ project_url }}/js/svg-pan-zoom.min.js"></script>
</head>

<body>
Expand Down

0 comments on commit 4e6d704

Please sign in to comment.