Skip to content

Commit

Permalink
renamed intro_tour to fit changes in #90
Browse files Browse the repository at this point in the history
  • Loading branch information
josihoppe committed May 8, 2024
1 parent 75fc906 commit 2aa5e1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion digiplan/templates/components/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -620,4 +620,4 @@ <h1 class="modal-title fs-5 fw-bold ps-1" id="appModalLabel">EmPowerPlan-Tool</h
</section>

<script src="{% static 'vendors/shepherd/shepherd.min.js' %}" type="text/javascript"></script>
<script src="{% static 'js/intro_tour.js' %}" type="text/javascript"></script>
<script src="{% static 'js/tours.js' %}" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion digiplan/templates/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<script src="{% static 'django_mapengine/js/basemaps.js' %}" type="text/javascript"></script>
{% if not debug %}
<script src="{% static 'vendors/shepherd/shepherd.min.js' %}" type="text/javascript"></script>
<script src="{% static 'js/intro_tour.js' %}" type="text/javascript"></script>
<script src="{% static 'js/tours.js' %}" type="text/javascript"></script>
{% endif %}
<script src="{% static 'js/state.js' %}" type="text/javascript"></script>
<script src="{% static 'js/charts.js' %}" type="text/javascript"></script>
Expand Down

0 comments on commit 2aa5e1f

Please sign in to comment.