Skip to content

Commit

Permalink
octavio feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jul 16, 2019
1 parent bd507ad commit 087618b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/retail/templates/shared/footer_scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
var static_url = "{{ STATIC_URL }}";
var media_url = "{{ MEDIA_URL }}";
</script>
{% if user.is_authenticated and env == 'prod' %}
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
{% endif %}
{% compress js %}
<script src="{% static "jsi18n/en/djangojs.js" %}"></script>
<script src="{% static "v2/js/lib/jquery.js" %}"></script>
Expand Down

0 comments on commit 087618b

Please sign in to comment.