Browse Source

Upgrade CDN version of jQuery

https://github.com/django-oscar/django-oscar/pull/3018 updated the in-tree versions
master
Anthony Ricaud 6 years ago
parent
commit
4b00f3f88f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/oscar/templates/oscar/base.html

+ 1
- 1
src/oscar/templates/oscar/base.html View File

@@ -35,7 +35,7 @@
35 35
         {# Scripts loaded from a CDN. #}
36 36
         {% block cdn_scripts %}
37 37
             <!-- jQuery -->
38
-            <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
38
+            <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
39 39
             <script>window.jQuery || document.write('<script src="{% static "oscar/js/jquery/jquery.min.js" %}"><\/script>')</script>
40 40
         {% endblock %}
41 41
 

Loading…
Cancel
Save