Skip to content

Commit

Permalink
Merge pull request #95 from codersforcauses/colour
Browse files Browse the repository at this point in the history
street sleuth script tag was not loaded
  • Loading branch information
Anay-Joshi26 authored Feb 19, 2024
2 parents 9cf3973 + e82bc4f commit 3e2d372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/frontend/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
{% elif game_mode == 'discoveries' %}
<script type='module' src="/static/js/discoveries.js"></script>
{% elif game_mode == 'sleuth' %}
<script src="https://cdn.rawgit.com/hayeswise/Leaflet.PointInPolygon/v1.0.0/wise-leaflet-pip.js"></script>
<script src="/static/js/components/leaflet.geometryutil.js"></script>
<script type='module' src="/static/js/sleuth.js"></script>
{% elif game_mode == 'landmark' %}
Expand Down

0 comments on commit 3e2d372

Please sign in to comment.