Skip to content

Commit f40371e

Browse files
committed
Change version of jQuery to 3.0.0 due to vunerability
1 parent fb4c1d9 commit f40371e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eatsmart/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</footer>
107107
{% endblock footer %}
108108
</div>
109-
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
109+
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
110110
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
111111
<script src="{% static 'js/site.js' %}"></script>
112112
<script>

0 commit comments

Comments
 (0)