Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 167d55d

Browse files
committed
Corrected static asset paths - re #286
1 parent c1d435d commit 167d55d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

icekit/plugins/location/templates/icekit/plugins/location/location.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ <h2>Upcoming Events</h2>
6969
{% block base_js %}
7070
{{ block.super }}
7171
<script src="{% static 'icekit/bower_components/lodash/lodash.js' %}"></script>
72-
<script src="{% static 'icekit/bower_components/icekit/js/google_map.js' %}"></script>
72+
<script src="{% static 'icekit/js/google_map.js' %}"></script>
7373
{% endblock %}
7474
{% endblock body %}

icekit/templates/icekit/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
{% compress js file %}
8888
{% block base_js %}
8989
<script src="{% static 'icekit/bower_components/jquery/dist/jquery.min.js' %}"></script>
90-
<script src="{% static 'icekit/bower_components/icekit/js/link_share.js' %}"></script>
90+
<script src="{% static 'icekit/js/link_share.js' %}"></script>
9191
{% endblock %}
9292
{% endcompress %}
9393
{# Extra JS files - section/page specific, etc #}

0 commit comments

Comments
 (0)