1
0
Fork 0

Fix mapbox uri conflict

pull/350/head
Nikos Roussos 2017-05-21 15:23:50 +03:00
parent 53c4031dae
commit 210dcccf37
No known key found for this signature in database
GPG Key ID: BADFF1767BA7C8E1
1 changed files with 1 additions and 1 deletions

View File

@ -366,8 +366,8 @@
{% endblock content %}
{% block javascript %}
<script src="{% static 'lib/mapbox.js/mapbox.js' %}"></script>
<script src="{% static 'lib/uri.js/src/URI.min.js' %}"></script>
<script src="{% static 'lib/mapbox.js/mapbox.js' %}"></script>
<script src="{% static 'js/station_view.js' %}"></script>
<script src="{% static 'js/gridsquare.js' %}"></script>
<script src="{% static 'js/satellite.js' %}"></script>